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 TypeMethodDescriptionvoid
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.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 TypeMethodDescriptionvoid
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.CannotProcessFileListModifier and TypeMethodDescriptionstatic IResolvedFileList
ResolvedFileList.ofError
(AFileListResolutionError.CannotProcessFileList error) Creates a new POJO with the given data and no containing directory and files.