Uses of Interface
net.officefloor.frame.internal.structure.OfficeManager
-
-
Uses of OfficeManager in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive that return OfficeManager Modifier and Type Method Description OfficeManager[]
ExecutiveStartContext. getDefaultOfficeManagers()
Obtains the defaultOfficeManager
instances.default OfficeManager
Executive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)
Obtains theOfficeManager
for theProcessState
.OfficeManager
ExecutiveOfficeContext. hireOfficeManager()
Hires a newOfficeManager
.Methods in net.officefloor.frame.api.executive with parameters of type OfficeManager Modifier and Type Method Description default OfficeManager
Executive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)
Obtains theOfficeManager
for theProcessState
. -
Uses of OfficeManager in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement OfficeManager Modifier and Type Class Description class
OfficeManagerImpl
Implementation of theOfficeManager
.Methods in net.officefloor.frame.impl.execute.asset that return OfficeManager Modifier and Type Method Description OfficeManager
OfficeManagerHirerImpl. hireOfficeManager(ProcessState managingProcess)
-
Uses of OfficeManager in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return OfficeManager Modifier and Type Method Description OfficeManager
OfficeMetaDataImpl. getOfficeManager(ProcessIdentifier processIdentifier)
OfficeManager
OfficeMetaDataImpl. setupDefaultOfficeManager()
-
Uses of OfficeManager in net.officefloor.frame.impl.execute.process
Methods in net.officefloor.frame.impl.execute.process that return OfficeManager Modifier and Type Method Description OfficeManager
ProcessStateImpl. getOfficeManager()
-
Uses of OfficeManager in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return OfficeManager Modifier and Type Method Description OfficeManager
OfficeMetaData. getOfficeManager(ProcessIdentifier processIdentifier)
Obtains theOfficeManager
for theProcessState
.OfficeManager
ProcessState. getOfficeManager()
Obtains theOfficeManager
for thisProcessState
.OfficeManager
OfficeManagerHirer. hireOfficeManager(ProcessState managingProcess)
Hires a newOfficeManager
.OfficeManager
OfficeMetaData. setupDefaultOfficeManager()
Sets up the defaultOfficeManager
. -
Uses of OfficeManager in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return OfficeManager Modifier and Type Method Description OfficeManager
OfficeManagerTestSupport. getOfficeManager(int processStateIndex)
Obtains theOfficeManager
.Methods in net.officefloor.frame.test that return types with arguments of type OfficeManager Modifier and Type Method Description static java.util.function.Supplier<OfficeManager>
OfficeManagerTestSupport. capture(OfficeFloorBuilder officeFloorBuilder)
Sets up the capture ofOfficeManager
. -
Uses of OfficeManager in net.officefloor.server.appengine
Methods in net.officefloor.server.appengine that return OfficeManager Modifier and Type Method Description OfficeManager
GoogleAppEngineExecutive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)
Methods in net.officefloor.server.appengine with parameters of type OfficeManager Modifier and Type Method Description OfficeManager
GoogleAppEngineExecutive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)
-