Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileSearchOptions
-
Packages that use IFileSearchOptions Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.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.exceptions
Constructors in de.xima.fc.exceptions with parameters of type IFileSearchOptions Constructor Description FileCountReducedToZeroByFilter(ResourceItem item, IFileSearchOptions options)
-
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)
IResolvedMultiFile
IWorkflowFileHandler. getFilesMulti(WorkflowNode node, IMultiFileProviding multiFile, IFileSearchOptions options)
IResolvedFileList
IWorkflowFileHandler. resolveReferencedFiles(WorkflowNode node, IReferencedFileList fileList, 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
Common implementations ofIFileSearchOptions
. -
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
.
-