Uses of Class
de.xima.fc.exceptions.AFileListResolutionError.CannotProcessFileList
-
-
Uses of AFileListResolutionError.CannotProcessFileList in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AFileListResolutionError.CannotProcessFileList Modifier and Type Method Description void
IResolvedFileListProcessor. onCannotProcessFileList(AFileListResolutionError.CannotProcessFileList error)
Callback for handling an error of typeEResourceItemResolutionError.CANNOT_PROCESS_FILE_LIST
. -
Uses of AFileListResolutionError.CannotProcessFileList in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AFileListResolutionError.CannotProcessFileList Modifier and Type Method Description default List<AFileListResolutionError.CannotProcessFileList>
IResourceItemResolutionErrorProviding. getErrorsCannotProcessFileList()
-
Uses of AFileListResolutionError.CannotProcessFileList in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AFileListResolutionError.CannotProcessFileList Modifier and Type Method Description void
BaseResolvedFileListProcessor. onCannotProcessFileList(AFileListResolutionError.CannotProcessFileList error)
void
StandardErrorFileListProcessor. onCannotProcessFileList(AFileListResolutionError.CannotProcessFileList error)
-
Uses of AFileListResolutionError.CannotProcessFileList in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type AFileListResolutionError.CannotProcessFileList Modifier and Type Method Description static IResolvedFileList
ResolvedFileList. ofError(AFileListResolutionError.CannotProcessFileList error)
Creates a new POJO with the given data and no containing directory and files.
-