Uses of Interface
de.xima.fc.interfaces.workflow.execution.IResolvedFileListProcessor
Packages that use IResolvedFileListProcessor
Package
Description
-
Uses of IResolvedFileListProcessor in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IResolvedFileListProcessorModifier and TypeMethodDescriptionINodeExecutionParams.standardFileErrorsMultiple
(boolean required) Returns aIResolvedFileListProcessor
that can be used withIResolvedFileList#collectResult
.INodeExecutionParams.standardFileErrorsMultiple
(boolean required, IStandardFileListResolutionErrorCreator errorCreator) Returns aIResolvedFileListProcessor
that can be used withIResolvedFileList#collectResult
.INodeExecutionParams.standardFileErrorsSingle
(boolean required) Returns aIResolvedFileListProcessor
that can be used withIResolvedFileList#collectResult
.INodeExecutionParams.standardFileErrorsSingle
(boolean required, IStandardFileListResolutionErrorCreator errorCreator) Returns aIResolvedFileListProcessor
that can be used withIResolvedFileList#collectResult
. -
Uses of IResolvedFileListProcessor in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval with parameters of type IResolvedFileListProcessorModifier and TypeMethodDescription<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 IResolvedFileListProcessorModifier and TypeClassDescriptionclass
BaseResolvedFileListProcessor<R,
E extends Throwable> A base implementation ofIResolvedFileListProcessor
that ignores all errors.class
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 IResolvedFileListProcessorModifier and TypeMethodDescription<R,
E extends Throwable>
RResolvedFileList.collectResult
(IResolvedFileListProcessor<R, E> handler)