Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentItem
Packages that use IResolvedAttachmentItem
Package
Description
-
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 IResolvedAttachmentItemModifier and TypeMethodDescriptionCollector<? 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 IResolvedAttachmentItemModifier and TypeMethodDescriptionIResolvedAttachmentList.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 IResolvedAttachmentItemModifier and TypeFieldDescriptionprotected final Collector<? super IResolvedAttachmentItem,
?, R> StandardErrorAttachmentListProcessor.collector
Methods in de.xima.fc.workflow.processor.logic.execution that return types with arguments of type IResolvedAttachmentItemModifier and TypeMethodDescriptionEMultipleResolvedAttachmentsCollector.accumulator()
BiConsumer<org.apache.commons.lang3.mutable.MutableObject<IResolvedAttachment>,
IResolvedAttachmentItem> ESingleResolvedAttachmentCollector.accumulator()
final Collector<? super IResolvedAttachmentItem,
?, R> StandardErrorAttachmentListProcessor.collector()
Constructor parameters in de.xima.fc.workflow.processor.logic.execution with type arguments of type IResolvedAttachmentItemModifierConstructorDescriptionStandardErrorAttachmentListProcessor
(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 IResolvedAttachmentItemMethods in de.xima.fc.workflow.processor.model that return IResolvedAttachmentItemModifier and TypeMethodDescriptionResolvedAttachmentItem.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 IResolvedAttachmentItemMethod parameters in de.xima.fc.workflow.processor.model with type arguments of type IResolvedAttachmentItemModifier and TypeMethodDescriptionstatic IResolvedAttachmentList
ResolvedAttachmentList.ofSuccess
(IReferencedAttachmentList attachmentList, List<IResolvedAttachmentItem> resourceItems) Creates a new POJO with the given data and theResolvedAttachmentList.getErrors()
set tonull
.