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 classDefault POJO implementation ofIResolvedAttachmentList.Methods in de.xima.fc.workflow.processor.model that return IResolvedAttachmentListModifier and TypeMethodDescriptionstatic IResolvedAttachmentListResolvedAttachmentList.ofError(AAttachmentListResolutionError.CannotProcessAttachmentList error) Creates a new POJO with the given data and no containing directory and attachments.static IResolvedAttachmentListResolvedAttachmentList.ofSuccess(IReferencedAttachmentList attachmentList, List<IResolvedAttachmentItem> resourceItems) Creates a new POJO with the given data and theResolvedAttachmentList.getErrors()set tonull.