Interface IResolvedAttachmentSourceSearch
- All Superinterfaces:
IResolvedAttachmentSourceDetails
,Serializable
- All Known Implementing Classes:
ResolvedAttachmentSourceSearch
A
IResolvedAttachmentSourceDetails
for files obtained via a search for attachment by file name and type.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUpload
-
Method Details
-
getFileNamePattern
String getFileNamePattern()- Returns:
- The filename pattern that was used for the attachment search.
-
getSourceTypes
Set<EAttachmentSource> getSourceTypes()- Returns:
- The source types the attachment search was limited to.
-
getType
- Specified by:
getType
in interfaceIResolvedAttachmentSourceDetails
- Returns:
- The enum constant corresponding to this source type.
-