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 voidIResolvedFileListProcessor. 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 voidBaseResolvedFileListProcessor. onFormFileDoesNotExist(AFileListResolutionError.FormFileDoesNotExist error)voidStandardErrorFileListProcessor. onFormFileDoesNotExist(AFileListResolutionError.FormFileDoesNotExist error) 
 -