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 defaultOfficeManagerinstances.default OfficeManagerExecutive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)Obtains theOfficeManagerfor theProcessState.OfficeManagerExecutiveOfficeContext. hireOfficeManager()Hires a newOfficeManager.Methods in net.officefloor.frame.api.executive with parameters of type OfficeManager Modifier and Type Method Description default OfficeManagerExecutive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)Obtains theOfficeManagerfor 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 classOfficeManagerImplImplementation of theOfficeManager.Methods in net.officefloor.frame.impl.execute.asset that return OfficeManager Modifier and Type Method Description OfficeManagerOfficeManagerHirerImpl. 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 OfficeManagerOfficeMetaDataImpl. getOfficeManager(ProcessIdentifier processIdentifier)OfficeManagerOfficeMetaDataImpl. 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 OfficeManagerProcessStateImpl. 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 OfficeManagerOfficeMetaData. getOfficeManager(ProcessIdentifier processIdentifier)Obtains theOfficeManagerfor theProcessState.OfficeManagerProcessState. getOfficeManager()Obtains theOfficeManagerfor thisProcessState.OfficeManagerOfficeManagerHirer. hireOfficeManager(ProcessState managingProcess)Hires a newOfficeManager.OfficeManagerOfficeMetaData. 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 OfficeManagerOfficeManagerTestSupport. 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 OfficeManagerGoogleAppEngineExecutive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)Methods in net.officefloor.server.appengine with parameters of type OfficeManager Modifier and Type Method Description OfficeManagerGoogleAppEngineExecutive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)
-