Interface IResolvedAttachmentSourceSearch
-
- All Superinterfaces:
IResolvedAttachmentSourceDetails
,Serializable
- All Known Implementing Classes:
ResolvedAttachmentSourceSearch
public interface IResolvedAttachmentSourceSearch extends IResolvedAttachmentSourceDetails
AIResolvedAttachmentSourceDetails
for files obtained via a search for attachment by file name and type.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getFileNamePattern()
Set<EAttachmentSource>
getSourceTypes()
default EAttachmentItemType
getType()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUpload
-
-
-
-
Method Detail
-
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
default EAttachmentItemType getType()
- Specified by:
getType
in interfaceIResolvedAttachmentSourceDetails
- Returns:
- The enum constant corresponding to this source type.
-
-