Uses of Interface
net.officefloor.frame.api.manage.FunctionManager
-
Packages that use FunctionManager Package Description net.officefloor.compile.impl.structure net.officefloor.compile.spi.officefloor net.officefloor.frame.api.manage net.officefloor.frame.impl.execute.office -
-
Uses of FunctionManager in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return FunctionManager Modifier and Type Method Description FunctionManager
SectionInputNodeImpl. getFunctionManager()
-
Uses of FunctionManager in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor that return FunctionManager Modifier and Type Method Description FunctionManager
DeployedOfficeInput. getFunctionManager()
Obtains theFunctionManager
to externally trigger thisDeployedOfficeInput
. -
Uses of FunctionManager in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage that return FunctionManager Modifier and Type Method Description FunctionManager
Office. getFunctionManager(java.lang.String functionName)
Obtains theFunctionManager
for the namedManagedFunction
. -
Uses of FunctionManager in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement FunctionManager Modifier and Type Class Description class
FunctionManagerImpl
FunctionManager
implementation.Methods in net.officefloor.frame.impl.execute.office that return FunctionManager Modifier and Type Method Description FunctionManager
OfficeImpl. getFunctionManager(java.lang.String functionName)
-