Uses of Interface
net.officefloor.frame.api.manage.Office
Packages that use Office
Package
Description
-
Uses of Office in net.officefloor.compile.impl.state.autowire
Constructors in net.officefloor.compile.impl.state.autowire with parameters of type OfficeModifierConstructorDescriptionAutoWireStateManagerImpl(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 OfficeModifier and TypeMethodDescriptionvoidOfficeNodeImpl.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 OfficeModifier and TypeMethodDescriptionvoidOfficeNode.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 OfficeModifier and TypeMethodDescriptionvoidProvides theManagedFunctionFactoryits containingOffice. -
Uses of Office in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage that return Office -
Uses of Office in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement Office -
Uses of Office in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor that return Office -
Uses of Office in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return OfficeModifier and TypeMethodDescriptionAbstractOfficeConstructTestCase.triggerFunction(String functionName, Object parameter, FlowCallback callback) Triggers theManagedFunctionbut does not wait for its completion.ConstructTestSupport.triggerFunction(String functionName, Object parameter, FlowCallback callback) Triggers theManagedFunctionbut does not wait for its completion.