Uses of Interface
net.officefloor.compile.internal.structure.InputManagedObjectNode
-
Packages that use InputManagedObjectNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of InputManagedObjectNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return InputManagedObjectNode Modifier and Type Method Description InputManagedObjectNode
OfficeFloorCompilerImpl. createInputManagedNode(java.lang.String inputManagedObjectName, java.lang.String inputObjectType, OfficeFloorNode officeFloor)
-
Uses of InputManagedObjectNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement InputManagedObjectNode Modifier and Type Class Description class
InputManagedObjectNodeImpl
InputManagedObjectNode
implementation.Methods in net.officefloor.compile.impl.structure that return InputManagedObjectNode Modifier and Type Method Description InputManagedObjectNode
ManagedObjectSourceNodeImpl. getInputManagedObjectNode()
Methods in net.officefloor.compile.impl.structure with parameters of type InputManagedObjectNode Modifier and Type Method Description void
OfficeBindingsImpl. buildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode)
boolean
ManagedObjectSourceNodeImpl. linkInputManagedObjectNode(InputManagedObjectNode inputManagedObject)
-
Uses of InputManagedObjectNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return InputManagedObjectNode Modifier and Type Method Description InputManagedObjectNode
NodeContext. createInputManagedNode(java.lang.String inputManagedObjectName, java.lang.String inputObjectType, OfficeFloorNode officeFloor)
Creates anInputManagedObjectNode
.InputManagedObjectNode
ManagedObjectSourceNode. getInputManagedObjectNode()
Obtains theInputManagedObjectNode
for thisManagedObjectSource
.Methods in net.officefloor.compile.internal.structure with parameters of type InputManagedObjectNode Modifier and Type Method Description void
OfficeBindings. buildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode)
Builds theInputManagedObjectNode
into theOffice
.boolean
ManagedObjectSourceNode. linkInputManagedObjectNode(InputManagedObjectNode inputManagedObject)
Links theInputManagedObjectNode
for thisManagedObjectSource
.
-