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