Uses of Interface
net.officefloor.compile.internal.structure.InputManagedObjectNode
Packages that use InputManagedObjectNode
Package
Description
-
Uses of InputManagedObjectNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return InputManagedObjectNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createInputManagedNode(String inputManagedObjectName, String inputObjectType, OfficeFloorNode officeFloor) -
Uses of InputManagedObjectNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement InputManagedObjectNodeMethods in net.officefloor.compile.impl.structure that return InputManagedObjectNodeMethods in net.officefloor.compile.impl.structure with parameters of type InputManagedObjectNodeModifier and TypeMethodDescriptionvoidOfficeBindingsImpl.buildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode) booleanManagedObjectSourceNodeImpl.linkInputManagedObjectNode(InputManagedObjectNode inputManagedObject) -
Uses of InputManagedObjectNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return InputManagedObjectNodeModifier and TypeMethodDescriptionNodeContext.createInputManagedNode(String inputManagedObjectName, String inputObjectType, OfficeFloorNode officeFloor) Creates anInputManagedObjectNode.ManagedObjectSourceNode.getInputManagedObjectNode()Obtains theInputManagedObjectNodefor thisManagedObjectSource.Methods in net.officefloor.compile.internal.structure with parameters of type InputManagedObjectNodeModifier and TypeMethodDescriptionvoidOfficeBindings.buildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode) Builds theInputManagedObjectNodeinto theOffice.booleanManagedObjectSourceNode.linkInputManagedObjectNode(InputManagedObjectNode inputManagedObject) Links theInputManagedObjectNodefor thisManagedObjectSource.