Uses of Class
de.xima.fc.exceptions.AFileListResolutionError.CannotProcessFileList
Packages that use AFileListResolutionError.CannotProcessFileList
Package
Description
- 
Uses of AFileListResolutionError.CannotProcessFileList in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AFileListResolutionError.CannotProcessFileListModifier and TypeMethodDescriptionvoidIResolvedFileListProcessor.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.CannotProcessFileListModifier and TypeMethodDescriptionIResourceItemResolutionErrorProviding.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.CannotProcessFileListModifier and TypeMethodDescriptionvoidBaseResolvedFileListProcessor.onCannotProcessFileList(AFileListResolutionError.CannotProcessFileList error) voidStandardErrorFileListProcessor.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.CannotProcessFileListModifier and TypeMethodDescriptionstatic IResolvedFileListResolvedFileList.ofError(AFileListResolutionError.CannotProcessFileList error) Creates a new POJO with the given data and no containing directory and files.