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 interfaceIResolvedAttachmentItemRepresents the result when resolving the attachments referenced by a singleAttachmentItem.interfaceIResolvedAttachmentListInterface 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 classResolvedAttachmentItemDefault POJO implementation ofIResolvedAttachmentItem.classResolvedAttachmentListDefault POJO implementation ofIResolvedAttachmentList.
-