Interface IAttachmentSearchOptions
- All Known Implementing Classes:
ECommonAttachmentSearchOptions
public interface IAttachmentSearchOptions
Options that influence how attachments are retrieved by
IWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
(WorkflowNode, IReferencedFileList, IAttachmentSearchOptions) resolveReferencedFiles}.
Lets you e.g. specify additional filter settings.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getAllowedFileExtensions
- Returns:
- List of allowed file extensions. Only files with one of these extensions are returned. When
null
or empty, no restriction is applied.
-