Uses of Interface
de.xima.fc.interfaces.workflow.execution.IResolvedAttachmentListProcessor
Packages that use IResolvedAttachmentListProcessor
Package
Description
-
Uses of IResolvedAttachmentListProcessor in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IResolvedAttachmentListProcessorModifier and TypeMethodDescriptionINodeExecutionParams.standardAttachmentErrorsMultiple
(boolean required) Returns aIResolvedAttachmentListProcessor
that can be used withIResolvedAttachmentList#collectResult
.INodeExecutionParams.standardAttachmentErrorsMultiple
(boolean required, IStandardAttachmentListResolutionErrorCreator errorCreator) Returns aIResolvedAttachmentListProcessor
that can be used withIResolvedAttachmentList#collectResult
.INodeExecutionParams.standardAttachmentErrorsSingle
(boolean required) Returns aIResolvedAttachmentListProcessor
that can be used withIResolvedAttachmentList#collectResult
.INodeExecutionParams.standardAttachmentErrorsSingle
(boolean required, IStandardAttachmentListResolutionErrorCreator errorCreator) Returns aIResolvedAttachmentListProcessor
that can be used withIResolvedAttachmentList#collectResult
. -
Uses of IResolvedAttachmentListProcessor in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval with parameters of type IResolvedAttachmentListProcessorModifier and TypeMethodDescription<R,
E extends Throwable>
RIResolvedAttachmentList.collectResult
(IResolvedAttachmentListProcessor<R, E> handler) Iterates over all resolved attachment items, processes them with the given handler, and returns the combined result of all attachment items. -
Uses of IResolvedAttachmentListProcessor in de.xima.fc.workflow.processor.logic.execution
Classes in de.xima.fc.workflow.processor.logic.execution that implement IResolvedAttachmentListProcessorModifier and TypeClassDescriptionclass
Standard implementation forIResolvedAttachmentListProcessor
with the standard error behavior used by most built-in actions. -
Uses of IResolvedAttachmentListProcessor in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type IResolvedAttachmentListProcessorModifier and TypeMethodDescription<R,
E extends Throwable>
RResolvedAttachmentList.collectResult
(IResolvedAttachmentListProcessor<R, E> handler)