Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileSearchOptions
-
Packages that use IFileSearchOptions Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow -
-
Uses of IFileSearchOptions in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IFileSearchOptions Modifier and Type Method Description IResolvedFile
IWorkflowFileHandler. getFileSingle(WorkflowNode node, ISingleFileProviding singleFile, IFileSearchOptions options)
Returns the file represented by the given descriptor.IResolvedMultiFile
IWorkflowFileHandler. getFilesMulti(WorkflowNode node, IMultiFileProviding multiFile, IFileSearchOptions options)
Returns the files represented by the given descriptor. -
Uses of IFileSearchOptions in de.xima.fc.mdl.enums
Classes in de.xima.fc.mdl.enums that implement IFileSearchOptions Modifier and Type Class Description class
ECommonFileSearchOptions
-
Uses of IFileSearchOptions in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IFileSearchOptions Modifier and Type Class Description class
FileSearchOptions
Default POJO implementation ofIFileSearchOptions
.
-