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