Interface EscalationNode
-
- All Superinterfaces:
LinkFlowNode,Node,OfficeEscalation,OfficeFlowSourceNode
- All Known Implementing Classes:
EscalationNodeImpl
public interface EscalationNode extends LinkFlowNode, OfficeEscalation
Escalationnode.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialise()Initialises theEscalationNode.-
Methods inherited from interface net.officefloor.compile.internal.structure.LinkFlowNode
getLinkedFlowNode, linkFlowNode
-
Methods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Methods inherited from interface net.officefloor.compile.spi.office.OfficeEscalation
getOfficeEscalationType
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
Nodetype.- See Also:
- Constant Field Values
-
-
Method Detail
-
initialise
void initialise()
Initialises theEscalationNode.
-
-