Interface INodeKeyProviding
- All Known Subinterfaces:
IVirtualFlowGraphNode
- All Known Implementing Classes:
FlowGraphEndPoint, FlowGraphEndPoint.ControlTransfer, FlowGraphEndPoint.Normal, FlowGraphEndPoint.Returning, FlowGraphEndPoint.Throwing, WorkflowNode
public interface INodeKeyProviding
Interface for workflow node like objects that have got a
NodeKey identifying them.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getNodeKey
NodeKey getNodeKey()- Returns:
- The node key that identifies this instance.
-