Uses of Interface
de.xima.fc.interfaces.workflow.execution.IResolvedAttachmentListProcessor
-
-
Uses of IResolvedAttachmentListProcessor in de.xima.fc.interfaces.workflow.params
-
Uses of IResolvedAttachmentListProcessor in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval with parameters of type IResolvedAttachmentListProcessor Modifier and Type Method Description <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 IResolvedAttachmentListProcessor Modifier and Type Class Description class
StandardErrorAttachmentListProcessor<R>
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 IResolvedAttachmentListProcessor Modifier and Type Method Description <R,E extends Throwable>
RResolvedAttachmentList. collectResult(IResolvedAttachmentListProcessor<R,E> handler)
-