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 aIResolvedFileListProcessorthat can be used withIResolvedFileList#collectResult.INodeExecutionParams.standardFileErrorsMultiple(boolean required, IStandardFileListResolutionErrorCreator errorCreator) Returns aIResolvedFileListProcessorthat can be used withIResolvedFileList#collectResult.INodeExecutionParams.standardFileErrorsSingle(boolean required) Returns aIResolvedFileListProcessorthat can be used withIResolvedFileList#collectResult.INodeExecutionParams.standardFileErrorsSingle(boolean required, IStandardFileListResolutionErrorCreator errorCreator) Returns aIResolvedFileListProcessorthat 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 TypeClassDescriptionclassBaseResolvedFileListProcessor<R,E extends Throwable> A base implementation ofIResolvedFileListProcessorthat ignores all errors.classStandard 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 IResolvedFileListProcessorModifier and TypeMethodDescription<R,E extends Throwable> 
RResolvedFileList.collectResult(IResolvedFileListProcessor<R, E> handler)