Uses of Class
de.xima.fc.exceptions.AAttachmentListResolutionError.CannotProcessAttachmentList
Packages that use AAttachmentListResolutionError.CannotProcessAttachmentList
Package
Description
-
Uses of AAttachmentListResolutionError.CannotProcessAttachmentList in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type AAttachmentListResolutionError.CannotProcessAttachmentListModifier and TypeMethodDescriptionvoid
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.CannotProcessAttachmentListModifier and TypeMethodDescriptionIAttachmentItemResolutionErrorProviding.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.CannotProcessAttachmentListModifier and TypeMethodDescriptionvoid
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.CannotProcessAttachmentListModifier and TypeMethodDescriptionstatic IResolvedAttachmentList
ResolvedAttachmentList.ofError
(AAttachmentListResolutionError.CannotProcessAttachmentList error) Creates a new POJO with the given data and no containing directory and attachments.