Interface IFileSearchOptions
-
- All Known Implementing Classes:
ECommonFileSearchOptions,FileSearchOptions
public interface IFileSearchOptionsOptions that influence how files are retrieved byIWorkflowFileHandler.getFileSingle(WorkflowNode, ISingleFileProviding, IFileSearchOptions)andIWorkflowFileHandler.getFilesMulti(WorkflowNode, IMultiFileProviding, IFileSearchOptions).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAllowedFileExtensions()StringgetDefaultResourceFileName()
-
-
-
Method Detail
-
getAllowedFileExtensions
Set<String> getAllowedFileExtensions()
- Returns:
- List of allowed file extensions. Only files with one of these extensions are returned. When
nullor empty, no restriction is applied.
-
getDefaultResourceFileName
String getDefaultResourceFileName()
- Returns:
- File name that is used for external network resources. If not given, a file name is derived from the URL.
-
-