Uses of Class
de.xima.fc.exceptions.AAttachmentListResolutionError.CannotProcessAttachmentList
-
-
Uses of AAttachmentListResolutionError.CannotProcessAttachmentList in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AAttachmentListResolutionError.CannotProcessAttachmentList Modifier and Type Method Description void
IResolvedAttachmentListProcessor. onCannotProcessAttachmentList(AAttachmentListResolutionError.CannotProcessAttachmentList error)
Callback for handling an error of typeEAttachmentItemResolutionError.CANNOT_PROCESS_ATTACHMENT_LIST
. -
Uses of AAttachmentListResolutionError.CannotProcessAttachmentList in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type AAttachmentListResolutionError.CannotProcessAttachmentList Modifier and Type Method Description default List<AAttachmentListResolutionError.CannotProcessAttachmentList>
IAttachmentItemResolutionErrorProviding. getErrorsCannotProcessAttachmentList()
-
Uses of AAttachmentListResolutionError.CannotProcessAttachmentList in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type AAttachmentListResolutionError.CannotProcessAttachmentList Modifier and Type Method Description void
StandardErrorAttachmentListProcessor. onCannotProcessAttachmentList(AAttachmentListResolutionError.CannotProcessAttachmentList error)
-
Uses of AAttachmentListResolutionError.CannotProcessAttachmentList in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type AAttachmentListResolutionError.CannotProcessAttachmentList Modifier and Type Method Description static IResolvedAttachmentList
ResolvedAttachmentList. ofError(AAttachmentListResolutionError.CannotProcessAttachmentList error)
Creates a new POJO with the given data and no containing directory and attachments.
-