Uses of Class
net.officefloor.frame.api.manage.UnknownFunctionException
-
-
Uses of UnknownFunctionException in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that throw UnknownFunctionException Modifier and Type Method Description voidOfficeFloorNodeImpl. 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 UnknownFunctionException Modifier and Type Method Description voidOfficeFloorNode. 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 UnknownFunctionException Modifier and Type Method Description voidManagedFunctionContext. doFlow(java.lang.String functionName, java.lang.Object parameter, FlowCallback callback) -
Uses of UnknownFunctionException in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage that throw UnknownFunctionException Modifier and Type Method Description FunctionManagerOffice. getFunctionManager(java.lang.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 Modifier and Type Method Description FunctionManagerOfficeImpl. getFunctionManager(java.lang.String functionName)
-