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 InputManagedObjectNodeOfficeFloorCompilerImpl. 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 classInputManagedObjectNodeImplInputManagedObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure that return InputManagedObjectNode Modifier and Type Method Description InputManagedObjectNodeManagedObjectSourceNodeImpl. getInputManagedObjectNode()Methods in net.officefloor.compile.impl.structure with parameters of type InputManagedObjectNode Modifier and Type Method Description voidOfficeBindingsImpl. 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 InputManagedObjectNode Modifier and Type Method Description InputManagedObjectNodeNodeContext. createInputManagedNode(java.lang.String inputManagedObjectName, java.lang.String inputObjectType, OfficeFloorNode officeFloor)Creates anInputManagedObjectNode.InputManagedObjectNodeManagedObjectSourceNode. getInputManagedObjectNode()Obtains theInputManagedObjectNodefor thisManagedObjectSource.Methods in net.officefloor.compile.internal.structure with parameters of type InputManagedObjectNode Modifier and Type Method Description voidOfficeBindings. buildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode)Builds theInputManagedObjectNodeinto theOffice.booleanManagedObjectSourceNode. linkInputManagedObjectNode(InputManagedObjectNode inputManagedObject)Links theInputManagedObjectNodefor thisManagedObjectSource.
-