Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentList
- 
Packages that use IResolvedAttachmentList Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.model  - 
- 
Uses of IResolvedAttachmentList in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IResolvedAttachmentList Modifier and Type Method Description IResolvedAttachmentListIWorkflowFileHandler. 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 IResolvedAttachmentList Modifier and Type Class Description classResolvedAttachmentListDefault POJO implementation ofIResolvedAttachmentList.Methods in de.xima.fc.workflow.processor.model that return IResolvedAttachmentList Modifier and Type Method Description static 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. 
 -