Uses of Interface
de.xima.fc.interfaces.workflow.retval.IAttachmentItemResolutionErrorProviding
-
Packages that use IAttachmentItemResolutionErrorProviding Package Description de.xima.fc.interfaces.workflow.retval de.xima.fc.workflow.processor.model -
-
Uses of IAttachmentItemResolutionErrorProviding in de.xima.fc.interfaces.workflow.retval
Subinterfaces of IAttachmentItemResolutionErrorProviding in de.xima.fc.interfaces.workflow.retval Modifier and Type Interface Description interface
IResolvedAttachmentItem
Represents the result when resolving the attachments referenced by a singleAttachmentItem
.interface
IResolvedAttachmentList
Interface representing the resolved attachments as returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
resolveReferencedAttachments}. -
Uses of IAttachmentItemResolutionErrorProviding in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IAttachmentItemResolutionErrorProviding Modifier and Type Class Description class
ResolvedAttachmentItem
Default POJO implementation ofIResolvedAttachmentItem
.class
ResolvedAttachmentList
Default POJO implementation ofIResolvedAttachmentList
.
-