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