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 IResolvedAttachmentList
IWorkflowFileHandler. 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 class
ResolvedAttachmentList
Default POJO implementation ofIResolvedAttachmentList
.Methods in de.xima.fc.workflow.processor.model that return IResolvedAttachmentList Modifier and Type Method Description static 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
.
-