Package de.xima.fc.interfaces.workflow
Interface INodeKeyProviding
- 
- All Known Subinterfaces:
 IVirtualFlowGraphNode
- All Known Implementing Classes:
 FlowGraphEndPoint,FlowGraphEndPoint.ControlTransfer,FlowGraphEndPoint.Normal,FlowGraphEndPoint.Returning,FlowGraphEndPoint.Throwing,WorkflowNode
public interface INodeKeyProvidingInterface for workflow node like objects that have got aNodeKeyidentifying them.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeKeygetNodeKey() 
 - 
 
- 
- 
Method Detail
- 
getNodeKey
NodeKey getNodeKey()
- Returns:
 - The node key that identifies this instance.
 
 
 - 
 
 -