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 FunctionManagerSectionInputNodeImpl. 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 FunctionManagerDeployedOfficeInput. getFunctionManager()Obtains theFunctionManagerto 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 FunctionManagerOffice. getFunctionManager(java.lang.String functionName)Obtains theFunctionManagerfor 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 classFunctionManagerImplFunctionManagerimplementation.Methods in net.officefloor.frame.impl.execute.office that return FunctionManager Modifier and Type Method Description FunctionManagerOfficeImpl. getFunctionManager(java.lang.String functionName)
-