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