Uses of Interface
net.officefloor.frame.internal.structure.OfficeManager
Packages that use OfficeManager
Package
Description
-
Uses of OfficeManager in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive that return OfficeManagerModifier and TypeMethodDescriptionExecutiveStartContext.getDefaultOfficeManagers()Obtains the defaultOfficeManagerinstances.default OfficeManagerExecutive.getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager) Obtains theOfficeManagerfor theProcessState.ExecutiveOfficeContext.hireOfficeManager()Hires a newOfficeManager.Methods in net.officefloor.frame.api.executive with parameters of type OfficeManagerModifier and TypeMethodDescriptiondefault 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 OfficeManagerMethods in net.officefloor.frame.impl.execute.asset that return OfficeManagerModifier and TypeMethodDescriptionOfficeManagerHirerImpl.hireOfficeManager(ProcessState managingProcess) -
Uses of OfficeManager in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return OfficeManagerModifier and TypeMethodDescriptionOfficeMetaDataImpl.getOfficeManager(ProcessIdentifier processIdentifier) OfficeMetaDataImpl.setupDefaultOfficeManager() -
Uses of OfficeManager in net.officefloor.frame.impl.execute.process
Methods in net.officefloor.frame.impl.execute.process that return OfficeManager -
Uses of OfficeManager in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return OfficeManagerModifier and TypeMethodDescriptionOfficeMetaData.getOfficeManager(ProcessIdentifier processIdentifier) Obtains theOfficeManagerfor theProcessState.ProcessState.getOfficeManager()Obtains theOfficeManagerfor thisProcessState.OfficeManagerHirer.hireOfficeManager(ProcessState managingProcess) Hires a newOfficeManager.OfficeMetaData.setupDefaultOfficeManager()Sets up the defaultOfficeManager. -
Uses of OfficeManager in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return OfficeManagerModifier and TypeMethodDescriptionOfficeManagerTestSupport.getOfficeManager(int processStateIndex) Obtains theOfficeManager.Methods in net.officefloor.frame.test that return types with arguments of type OfficeManagerModifier and TypeMethodDescriptionstatic Supplier<OfficeManager>OfficeManagerTestSupport.capture(OfficeFloorBuilder officeFloorBuilder) Sets up the capture ofOfficeManager.