Uses of Interface
de.xima.fc.interfaces.workflow.execution.IResolvedFileListProcessor
-
-
Uses of IResolvedFileListProcessor in de.xima.fc.interfaces.workflow.params
-
Uses of IResolvedFileListProcessor in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval with parameters of type IResolvedFileListProcessor Modifier and Type Method Description <R,E extends Throwable>
RIResolvedFileList. collectResult(IResolvedFileListProcessor<R,E> handler)
Iterates over all resolved resource items, processes them with the given handler, and returns the combined result of all resource items. -
Uses of IResolvedFileListProcessor in de.xima.fc.workflow.processor.logic.execution
Classes in de.xima.fc.workflow.processor.logic.execution that implement IResolvedFileListProcessor Modifier and Type Class Description class
BaseResolvedFileListProcessor<R,E extends Throwable>
A base implementation ofIResolvedFileListProcessor
that ignores all errors.class
StandardErrorFileListProcessor<R>
Standard implementation forIResolvedFileListProcessor
with the standard error behavior used by most built-in actions. -
Uses of IResolvedFileListProcessor in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type IResolvedFileListProcessor Modifier and Type Method Description <R,E extends Throwable>
RResolvedFileList. collectResult(IResolvedFileListProcessor<R,E> handler)
-