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 void
OfficeNodeImpl. loadExternalServicing(Office office)
void
SectionInputNodeImpl. loadExternalServicing(Office office)
void
SectionNodeImpl. 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 void
OfficeNode. loadExternalServicing(Office office)
Loads theFunctionManager
instances to externally trigger thisOfficeNode
.void
SectionInputNode. loadExternalServicing(Office office)
Loads theFunctionManager
instances to externally trigger thisSectionInputNode
.void
SectionNode. loadExternalServicing(Office office)
Loads theFunctionManager
instances 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 void
OfficeAwareManagedFunctionFactory. setOffice(Office office)
Provides theManagedFunctionFactory
its 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 Office
OfficeFloor. getOffice(java.lang.String officeName)
Obtains theOffice
for 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 class
OfficeImpl
Office
implementation. -
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 Office
OfficeFloorImpl. 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 Office
AbstractOfficeConstructTestCase. triggerFunction(java.lang.String functionName, java.lang.Object parameter, FlowCallback callback)
Triggers theManagedFunction
but does not wait for its completion.Office
ConstructTestSupport. triggerFunction(java.lang.String functionName, java.lang.Object parameter, FlowCallback callback)
Triggers theManagedFunction
but does not wait for its completion.
-