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 classEscalationNodeImplEscalationNodeimplementation.Methods in net.officefloor.compile.impl.structure that return OfficeEscalation Modifier and Type Method Description OfficeEscalationOfficeNodeImpl. 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 interfaceEscalationNodeEscalationnode. -
Uses of OfficeEscalation in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeEscalation Modifier and Type Method Description OfficeEscalationOfficeArchitect. addOfficeEscalation(java.lang.String escalationTypeName)Adds anOfficeEscalation.
-