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