Interface IResolvedAttachmentSourceDetails
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IResolvedAttachmentSourcePreviousNode,IResolvedAttachmentSourceSearch,IResolvedAttachmentSourceUpload
- All Known Implementing Classes:
ResolvedAttachmentSourcePreviousNode,ResolvedAttachmentSourceSearch,ResolvedAttachmentSourceUpload
Models the type of source from which an attachment from the workflow was obtained, together with the details of the
source, returned by
IWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions).- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault IResolvedAttachmentSourceSearchasSearch()default IResolvedAttachmentSourceUploadasUpload()getType()
-
Method Details
-
asPreviousNode
- Returns:
- This instance as a
IResolvedAttachmentSourcePreviousNode. - Throws:
ClassCastException- When this instance is not aIResolvedAttachmentSourcePreviousNode.
-
asSearch
- Returns:
- This instance as a
IResolvedAttachmentSourceSearch. - Throws:
ClassCastException- When this instance is not aIResolvedAttachmentSourceSearch.
-
asUpload
- Returns:
- This instance as a
IResolvedAttachmentSourceUpload. - Throws:
ClassCastException- When this instance is not aIResolvedAttachmentSourceUpload.
-
getType
EAttachmentItemType getType()- Returns:
- The enum constant corresponding to this source type.
-