Uses of Interface
net.officefloor.compile.internal.structure.SuppliedManagedObjectSourceNode
Packages that use SuppliedManagedObjectSourceNode
Package
Description
-
Uses of SuppliedManagedObjectSourceNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return SuppliedManagedObjectSourceNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createSuppliedManagedObjectSourceNode(String qualifier, String type, SupplierNode supplier) Methods in net.officefloor.compile.impl with parameters of type SuppliedManagedObjectSourceNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createManagedObjectSourceNode(String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject) -
Uses of SuppliedManagedObjectSourceNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SuppliedManagedObjectSourceNodeModifier and TypeClassDescriptionclassMethods in net.officefloor.compile.impl.structure with parameters of type SuppliedManagedObjectSourceNodeModifier and TypeMethodDescriptionOfficeFloorNodeImpl.addManagedObjectSource(String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject) OfficeNodeImpl.addManagedObjectSource(String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject) CompileContextImpl.getOrLoadSuppliedManagedObjectSourceType(SuppliedManagedObjectSourceNode suppliedManagedObjectSourceNode) Method parameters in net.officefloor.compile.impl.structure with type arguments of type SuppliedManagedObjectSourceNodeModifier and TypeMethodDescription<S> SSupplierNodeImpl.getManagedObjectSource(String qualifier, String type, Function<SuppliedManagedObjectSourceNode, S> factory) Obtains theOfficeFloorManagedObjectSource/OfficeManagedObjectSource.Constructors in net.officefloor.compile.impl.structure with parameters of type SuppliedManagedObjectSourceNodeModifierConstructorDescriptionManagedObjectSourceNodeImpl(String managedObjectSourceName, SectionNode containingSectionNode, OfficeNode containingOfficeNode, SuppliedManagedObjectSourceNode containingSuppliedManagedObjectNode, OfficeFloorNode containingOfficeFloorNode, NodeContext context) Initiate. -
Uses of SuppliedManagedObjectSourceNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SuppliedManagedObjectSourceNodeModifier and TypeMethodDescriptionNodeContext.createSuppliedManagedObjectSourceNode(String qualifier, String type, SupplierNode supplier) Creates theSuppliedManagedObjectSourceNode.Methods in net.officefloor.compile.internal.structure with parameters of type SuppliedManagedObjectSourceNodeModifier and TypeMethodDescriptionOfficeFloorNode.addManagedObjectSource(String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject) Adds aOfficeFloorManagedObjectSourcesupplied from anOfficeFloorSupplier.OfficeNode.addManagedObjectSource(String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject) Adds aOfficeManagedObjectSourcesupplied from anOfficeSupplier.NodeContext.createManagedObjectSourceNode(String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject) Creates aManagedObjectSourceNode.CompileContext.getOrLoadSuppliedManagedObjectSourceType(SuppliedManagedObjectSourceNode suppliedManagedObjectSourceNode) Obtains the existing or loads theSuppliedManagedObjectSourceTypefor theSuppliedManagedObjectSourceNode.