Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentList
Packages that use IResolvedAttachmentList
-
Uses of IResolvedAttachmentList in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IResolvedAttachmentListModifier and TypeMethodDescriptionIWorkflowFileHandler.resolveReferencedAttachments
(WorkflowNode node, IReferencedAttachmentList attachmentList, IAttachmentSearchOptions options) Returns the attachments represented by the given descriptor. -
Uses of IResolvedAttachmentList in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IResolvedAttachmentListModifier and TypeClassDescriptionfinal class
Default POJO implementation ofIResolvedAttachmentList
.Methods in de.xima.fc.workflow.processor.model that return IResolvedAttachmentListModifier and TypeMethodDescriptionstatic IResolvedAttachmentList
ResolvedAttachmentList.ofError
(AAttachmentListResolutionError.CannotProcessAttachmentList error) Creates a new POJO with the given data and no containing directory and attachments.static IResolvedAttachmentList
ResolvedAttachmentList.ofSuccess
(IReferencedAttachmentList attachmentList, List<IResolvedAttachmentItem> resourceItems) Creates a new POJO with the given data and theResolvedAttachmentList.getErrors()
set tonull
.