Interface IResolvedAttachmentSourcePreviousNode
- 
- All Superinterfaces:
 IResolvedAttachmentSourceDetails,Serializable
- All Known Implementing Classes:
 ResolvedAttachmentSourcePreviousNode
public interface IResolvedAttachmentSourcePreviousNode extends IResolvedAttachmentSourceDetails
AIResolvedAttachmentSourceDetailsfor attachments created by a previously executed node.- Since:
 - 8.1.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longgetNodeId()StringgetNodeName()default EAttachmentItemTypegetType()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUpload 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getNodeId
long getNodeId()
- Returns:
 - The ID of the 
WorkflowNode. 
 
- 
getNodeName
String getNodeName()
- Returns:
 - The name of the workflow node.
 
 
- 
getType
default EAttachmentItemType getType()
- Specified by:
 getTypein interfaceIResolvedAttachmentSourceDetails- Returns:
 - The enum constant corresponding to this source type.
 
 
 - 
 
 -