Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentItem
-
-
Uses of IResolvedAttachmentItem in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type IResolvedAttachmentItem Modifier and Type Method Description Collector<? super IResolvedAttachmentItem,?,R>
IResolvedAttachmentListProcessor. collector()
-
Uses of IResolvedAttachmentItem in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type IResolvedAttachmentItem Modifier and Type Method Description List<IResolvedAttachmentItem>
IResolvedAttachmentList. getAttachmentItems()
Retrieves the list of resolved attachment items. -
Uses of IResolvedAttachmentItem in de.xima.fc.workflow.processor.logic.execution
Fields in de.xima.fc.workflow.processor.logic.execution with type parameters of type IResolvedAttachmentItem Modifier and Type Field Description protected Collector<? super IResolvedAttachmentItem,?,R>
StandardErrorAttachmentListProcessor. collector
Methods in de.xima.fc.workflow.processor.logic.execution that return types with arguments of type IResolvedAttachmentItem Modifier and Type Method Description BiConsumer<TreeMap<String,IResolvedAttachment>,IResolvedAttachmentItem>
EMultipleResolvedAttachmentsCollector. accumulator()
BiConsumer<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,IResolvedAttachmentItem>
ESingleResolvedAttachmentCollector. accumulator()
Collector<? super IResolvedAttachmentItem,?,R>
StandardErrorAttachmentListProcessor. collector()
Constructor parameters in de.xima.fc.workflow.processor.logic.execution with type arguments of type IResolvedAttachmentItem Constructor Description StandardErrorAttachmentListProcessor(INodeExecutionParams<?> params, Collector<? super IResolvedAttachmentItem,?,R> collector, IStandardAttachmentListResolutionErrorCreator errorCreator, boolean required)
-
Uses of IResolvedAttachmentItem in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IResolvedAttachmentItem Modifier and Type Class Description class
ResolvedAttachmentItem
Default POJO implementation ofIResolvedAttachmentItem
.Methods in de.xima.fc.workflow.processor.model that return IResolvedAttachmentItem Modifier and Type Method Description IResolvedAttachmentItem
ResolvedAttachmentItem.Builder. build()
static IResolvedAttachmentItem
ResolvedAttachmentItem. ofError(AAttachmentListResolutionError.AAttachmentItemResolutionError error)
static IResolvedAttachmentItem
ResolvedAttachmentItem. ofSuccess(AttachmentItem item, ResolvedAttachment attachment)
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type IResolvedAttachmentItem Modifier and Type Method Description List<IResolvedAttachmentItem>
ResolvedAttachmentList. getAttachmentItems()
Method parameters in de.xima.fc.workflow.processor.model with type arguments of type IResolvedAttachmentItem Modifier and Type Method Description static IResolvedAttachmentList
ResolvedAttachmentList. ofSuccess(IReferencedAttachmentList attachmentList, List<IResolvedAttachmentItem> resourceItems)
Creates a new POJO with the given data and theResolvedAttachmentList.getErrors()
set tonull
.
-