Uses of Class
de.xima.fc.exceptions.AFileListResolutionError.ClientFileDoesNotExist
-
-
Uses of AFileListResolutionError.ClientFileDoesNotExist in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AFileListResolutionError.ClientFileDoesNotExist Modifier and Type Method Description voidIResolvedFileListProcessor. onClientFileDoesNotExist(AFileListResolutionError.ClientFileDoesNotExist error)Callback for handling an error of typeEResourceItemResolutionError.CLIENT_FILE_DOES_NOT_EXIST. -
Uses of AFileListResolutionError.ClientFileDoesNotExist in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AFileListResolutionError.ClientFileDoesNotExist Modifier and Type Method Description default List<AFileListResolutionError.ClientFileDoesNotExist>IResourceItemResolutionErrorProviding. getErrorsClientFileDoesNotExist() -
Uses of AFileListResolutionError.ClientFileDoesNotExist in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AFileListResolutionError.ClientFileDoesNotExist Modifier and Type Method Description voidBaseResolvedFileListProcessor. onClientFileDoesNotExist(AFileListResolutionError.ClientFileDoesNotExist error)voidStandardErrorFileListProcessor. onClientFileDoesNotExist(AFileListResolutionError.ClientFileDoesNotExist error)
-