Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedAttachment
-
-
Uses of IResolvedAttachment in de.xima.fc.interfaces.workflow.params
-
Uses of IResolvedAttachment in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type IResolvedAttachment Modifier and Type Method Description List<IResolvedAttachment>
IResolvedAttachmentItem. getIndividualAttachments()
Retrieves all attachments that were found for the attachment item.default List<IResolvedAttachment>
IResolvedAttachmentList. getResolvedAttachmentsComplete()
default List<IResolvedAttachment>
IResolvedAttachmentList. getResolvedAttachmentsPartial()
-
Uses of IResolvedAttachment in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return types with arguments of type IResolvedAttachment Modifier and Type Method Description Iterator<IResolvedAttachment>
FcForEachLoopItemListAttachments. iterator()
Methods in de.xima.fc.workflow.itemlist with parameters of type IResolvedAttachment Modifier and Type Method Description ItemData
FcForEachLoopItemListAttachments. extractData(IResolvedAttachment item, int index)
-
Uses of IResolvedAttachment in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return types with arguments of type IResolvedAttachment Modifier and Type Method Description BiConsumer<TreeMap<String,IResolvedAttachment>,IResolvedAttachmentItem>
EMultipleResolvedAttachmentsCollector. accumulator()
BiConsumer<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,IResolvedAttachmentItem>
ESingleResolvedAttachmentCollector. accumulator()
BinaryOperator<TreeMap<String,IResolvedAttachment>>
EMultipleResolvedAttachmentsCollector. combiner()
BinaryOperator<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>>
ESingleResolvedAttachmentCollector. combiner()
Function<TreeMap<String,IResolvedAttachment>,List<IResolvedAttachment>>
EMultipleResolvedAttachmentsCollector. finisher()
Function<TreeMap<String,IResolvedAttachment>,List<IResolvedAttachment>>
EMultipleResolvedAttachmentsCollector. finisher()
Function<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,Optional<IResolvedAttachment>>
ESingleResolvedAttachmentCollector. finisher()
Function<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,Optional<IResolvedAttachment>>
ESingleResolvedAttachmentCollector. finisher()
Supplier<TreeMap<String,IResolvedAttachment>>
EMultipleResolvedAttachmentsCollector. supplier()
Supplier<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>>
ESingleResolvedAttachmentCollector. supplier()
-
Uses of IResolvedAttachment in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IResolvedAttachment Modifier and Type Class Description class
ResolvedAttachment
Default POJO implementation ofIResolvedAttachment
.Methods in de.xima.fc.workflow.processor.model that return types with arguments of type IResolvedAttachment Modifier and Type Method Description List<IResolvedAttachment>
ResolvedAttachmentItem. getIndividualAttachments()
Methods in de.xima.fc.workflow.processor.model with parameters of type IResolvedAttachment Modifier and Type Method Description ResolvedAttachmentItem.Builder
ResolvedAttachmentItem.Builder. withAttachment(IResolvedAttachment attachment)
Method parameters in de.xima.fc.workflow.processor.model with type arguments of type IResolvedAttachment Modifier and Type Method Description ResolvedAttachmentItem.Builder
ResolvedAttachmentItem.Builder. withAttachments(Iterable<IResolvedAttachment> attachments)
-