Uses of Interface
net.officefloor.frame.api.escalate.EscalationHandler
-
-
Uses of EscalationHandler in net.officefloor.compile
Methods in net.officefloor.compile with parameters of type EscalationHandler Modifier and Type Method Description abstract void
OfficeFloorCompiler. setEscalationHandler(EscalationHandler escalationHandler)
Overrides the defaultEscalationHandler
. -
Uses of EscalationHandler in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with parameters of type EscalationHandler Modifier and Type Method Description void
OfficeFloorCompilerImpl. setEscalationHandler(EscalationHandler escalationHandler)
-
Uses of EscalationHandler in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with parameters of type EscalationHandler Modifier and Type Method Description void
OfficeFloorCompilerAdapter. setEscalationHandler(EscalationHandler escalationHandler)
-
Uses of EscalationHandler in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type EscalationHandler Modifier and Type Method Description void
OfficeFloorBuilder. setEscalationHandler(EscalationHandler escalationHandler)
Specifies theEscalationHandler
for issues escalating out of theOffice
instances. -
Uses of EscalationHandler in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return EscalationHandler Modifier and Type Method Description EscalationHandler
OfficeFloorBuilderImpl. getEscalationHandler()
Methods in net.officefloor.frame.impl.construct.officefloor with parameters of type EscalationHandler Modifier and Type Method Description void
OfficeFloorBuilderImpl. setEscalationHandler(EscalationHandler escalationHandler)
-
Uses of EscalationHandler in net.officefloor.frame.impl.execute.escalation
Constructors in net.officefloor.frame.impl.execute.escalation with parameters of type EscalationHandler Constructor Description EscalationHandlerEscalationFlow(EscalationHandler escalationHandler, OfficeMetaData officeMetaData)
Initiate. -
Uses of EscalationHandler in net.officefloor.frame.impl.execute.officefloor
Classes in net.officefloor.frame.impl.execute.officefloor that implement EscalationHandler Modifier and Type Class Description class
DefaultOfficeFloorEscalationHandler
-
Uses of EscalationHandler in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return EscalationHandler Modifier and Type Method Description EscalationHandler
OfficeFloorConfiguration. getEscalationHandler()
Obtains theEscalationHandler
for issues escalating out of theOffice
instances. -
Uses of EscalationHandler in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement EscalationHandler Modifier and Type Class Description class
ConstructTestSupport
Construction testing of anOffice
TestSupport
.
-