Uses of Interface
net.officefloor.frame.api.manage.Office
-
-
Uses of Office in net.officefloor.compile.impl.state.autowire
Constructors in net.officefloor.compile.impl.state.autowire with parameters of type Office Constructor Description AutoWireStateManagerImpl(Office office, StateManager stateManager, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock)Instantiate. -
Uses of Office in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type Office Modifier and Type Method Description voidOfficeNodeImpl. loadExternalServicing(Office office)voidSectionInputNodeImpl. loadExternalServicing(Office office)voidSectionNodeImpl. loadExternalServicing(Office office) -
Uses of Office in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with parameters of type Office Modifier and Type Method Description voidOfficeNode. loadExternalServicing(Office office)Loads theFunctionManagerinstances to externally trigger thisOfficeNode.voidSectionInputNode. loadExternalServicing(Office office)Loads theFunctionManagerinstances to externally trigger thisSectionInputNode.voidSectionNode. loadExternalServicing(Office office)Loads theFunctionManagerinstances to externally trigger thisSectionNode. -
Uses of Office in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function with parameters of type Office Modifier and Type Method Description voidOfficeAwareManagedFunctionFactory. setOffice(Office office)Provides theManagedFunctionFactoryits containingOffice. -
Uses of Office in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage that return Office Modifier and Type Method Description OfficeOfficeFloor. getOffice(java.lang.String officeName)Obtains theOfficefor the input office name. -
Uses of Office in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement Office Modifier and Type Class Description classOfficeImplOfficeimplementation. -
Uses of Office in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor that return Office Modifier and Type Method Description OfficeOfficeFloorImpl. getOffice(java.lang.String officeName) -
Uses of Office in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return Office Modifier and Type Method Description OfficeAbstractOfficeConstructTestCase. triggerFunction(java.lang.String functionName, java.lang.Object parameter, FlowCallback callback)Triggers theManagedFunctionbut does not wait for its completion.OfficeConstructTestSupport. triggerFunction(java.lang.String functionName, java.lang.Object parameter, FlowCallback callback)Triggers theManagedFunctionbut does not wait for its completion.
-