Uses of Interface
net.officefloor.compile.spi.office.OfficeEscalation
-
Packages that use OfficeEscalation Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of OfficeEscalation in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeEscalation Modifier and Type Class Description class
EscalationNodeImpl
EscalationNode
implementation.Methods in net.officefloor.compile.impl.structure that return OfficeEscalation Modifier and Type Method Description OfficeEscalation
OfficeNodeImpl. addOfficeEscalation(java.lang.String escalationTypeName)
-
Uses of OfficeEscalation in net.officefloor.compile.internal.structure
Subinterfaces of OfficeEscalation in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
EscalationNode
Escalation
node. -
Uses of OfficeEscalation in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeEscalation Modifier and Type Method Description OfficeEscalation
OfficeArchitect. addOfficeEscalation(java.lang.String escalationTypeName)
Adds anOfficeEscalation
.
-