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 void
OfficeFloorNodeImpl. loadExternalServicing(OfficeFloor officeFloor)
void
OfficeNodeImpl. loadExternalServicing(Office office)
void
SectionInputNodeImpl. loadExternalServicing(Office office)
void
SectionNodeImpl. 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 void
OfficeFloorNode. loadExternalServicing(OfficeFloor officeFloor)
Loads theFunctionManager
instances to externally trigger thisOfficeFloorNode
.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 UnknownFunctionException in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function that throw UnknownFunctionException Modifier and Type Method Description void
ManagedFunctionContext. 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 FunctionManager
Office. getFunctionManager(java.lang.String functionName)
Obtains theFunctionManager
for 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 FunctionManager
OfficeImpl. getFunctionManager(java.lang.String functionName)
-