Uses of Interface
net.officefloor.compile.spi.office.AugmentedFunctionObject
-
Packages that use AugmentedFunctionObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of AugmentedFunctionObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement AugmentedFunctionObject Modifier and Type Class Description class
FunctionObjectNodeImpl
FunctionObjectNode
implementation.Methods in net.officefloor.compile.impl.structure that return AugmentedFunctionObject Modifier and Type Method Description AugmentedFunctionObject
ManagedFunctionNodeImpl. getAugmentedFunctionObject(java.lang.String objectName)
-
Uses of AugmentedFunctionObject in net.officefloor.compile.internal.structure
Subinterfaces of AugmentedFunctionObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
FunctionObjectNode
FunctionObject
node.Methods in net.officefloor.compile.internal.structure that return AugmentedFunctionObject Modifier and Type Method Description AugmentedFunctionObject
ManagedFunctionNode. getAugmentedFunctionObject(java.lang.String objectName)
Obtains theAugmentedFunctionObject
. -
Uses of AugmentedFunctionObject in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return AugmentedFunctionObject Modifier and Type Method Description AugmentedFunctionObject
ManagedFunctionAugmentorContext. getFunctionObject(java.lang.String objectName)
Obtains theAugmentedFunctionObject
for theManagedFunction
.Methods in net.officefloor.compile.spi.office with parameters of type AugmentedFunctionObject Modifier and Type Method Description void
ManagedFunctionAugmentorContext. link(AugmentedFunctionObject object, OfficeManagedObject managedObject)
Links theAugmentedFunctionObject
to theOfficeManagedObject
.
-