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 INodeKeyProviding
Interface for workflow node like objects that have got aNodeKey
identifying them.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeKey
getNodeKey()
-
-
-
Method Detail
-
getNodeKey
NodeKey getNodeKey()
- Returns:
- The node key that identifies this instance.
-
-