Interface IResolvedAttachmentSourceSearch
- 
- All Superinterfaces:
 IResolvedAttachmentSourceDetails,Serializable
- All Known Implementing Classes:
 ResolvedAttachmentSourceSearch
public interface IResolvedAttachmentSourceSearch extends IResolvedAttachmentSourceDetails
AIResolvedAttachmentSourceDetailsfor 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 StringgetFileNamePattern()Set<EAttachmentSource>getSourceTypes()default EAttachmentItemTypegetType()- 
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:
 getTypein interfaceIResolvedAttachmentSourceDetails- Returns:
 - The enum constant corresponding to this source type.
 
 
 - 
 
 -