Uses of Class
de.xima.fc.exceptions.AFileListResolutionError.FileSystemError
-
Packages that use AFileListResolutionError.FileSystemError Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.retval de.xima.fc.workflow.processor.logic.execution -
-
Uses of AFileListResolutionError.FileSystemError in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AFileListResolutionError.FileSystemError Modifier and Type Method Description void
IResolvedFileListProcessor. onFileSystemError(AFileListResolutionError.FileSystemError error)
Callback for handling an error of typeEResourceItemResolutionError.FILE_SYSTEM_ERROR
. -
Uses of AFileListResolutionError.FileSystemError in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AFileListResolutionError.FileSystemError Modifier and Type Method Description default List<AFileListResolutionError.FileSystemError>
IResourceItemResolutionErrorProviding. getErrorsFileSystemError()
-
Uses of AFileListResolutionError.FileSystemError in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AFileListResolutionError.FileSystemError Modifier and Type Method Description void
BaseResolvedFileListProcessor. onFileSystemError(AFileListResolutionError.FileSystemError error)
void
StandardErrorFileListProcessor. onFileSystemError(AFileListResolutionError.FileSystemError error)
-