Uses of Class
net.officefloor.frame.api.manage.UnknownFunctionException
Packages that use UnknownFunctionException
Package
Description
-
Uses of UnknownFunctionException in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that throw UnknownFunctionExceptionModifier and TypeMethodDescriptionvoidOfficeFloorNodeImpl.loadExternalServicing(OfficeFloor officeFloor) voidOfficeNodeImpl.loadExternalServicing(Office office) voidSectionInputNodeImpl.loadExternalServicing(Office office) voidSectionNodeImpl.loadExternalServicing(Office office) -
Uses of UnknownFunctionException in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that throw UnknownFunctionExceptionModifier and TypeMethodDescriptionvoidOfficeFloorNode.loadExternalServicing(OfficeFloor officeFloor) Loads theFunctionManagerinstances to externally trigger thisOfficeFloorNode.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 UnknownFunctionException in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function that throw UnknownFunctionExceptionModifier and TypeMethodDescriptionvoidManagedFunctionContext.doFlow(String functionName, Object parameter, FlowCallback callback) -
Uses of UnknownFunctionException in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage that throw UnknownFunctionExceptionModifier and TypeMethodDescriptionOffice.getFunctionManager(String functionName) Obtains theFunctionManagerfor the namedManagedFunction. -
Uses of UnknownFunctionException in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that throw UnknownFunctionException