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 classBaseResolvedFileListProcessor<R,E extends Throwable>A base implementation ofIResolvedFileListProcessorthat ignores all errors.classStandardErrorFileListProcessor<R>Standard implementation forIResolvedFileListProcessorwith 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)
-