Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedMultiFile
-
Packages that use IResolvedMultiFile Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.model -
-
Uses of IResolvedMultiFile in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IResolvedMultiFile Modifier and Type Method Description IResolvedMultiFile
IWorkflowFileHandler. getFilesMulti(WorkflowNode node, IMultiFileProviding multiFile, IFileSearchOptions options)
Returns the files represented by the given descriptor. -
Uses of IResolvedMultiFile in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IResolvedMultiFile Modifier and Type Class Description class
ResolvedMultiFile
Default POJO implementation ofIResolvedMultiFile
.Methods in de.xima.fc.workflow.processor.model that return IResolvedMultiFile Modifier and Type Method Description static IResolvedMultiFile
ResolvedMultiFile. empty(File containingDirectory)
-