Uses of Interface
net.officefloor.compile.internal.structure.SuppliedManagedObjectSourceNode
-
Packages that use SuppliedManagedObjectSourceNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of SuppliedManagedObjectSourceNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return SuppliedManagedObjectSourceNode Modifier and Type Method Description SuppliedManagedObjectSourceNode
OfficeFloorCompilerImpl. createSuppliedManagedObjectSourceNode(java.lang.String qualifier, java.lang.String type, SupplierNode supplier)
Methods in net.officefloor.compile.impl with parameters of type SuppliedManagedObjectSourceNode Modifier and Type Method Description ManagedObjectSourceNode
OfficeFloorCompilerImpl. createManagedObjectSourceNode(java.lang.String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject)
-
Uses of SuppliedManagedObjectSourceNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SuppliedManagedObjectSourceNode Modifier and Type Class Description class
SuppliedManagedObjectSourceNodeImpl
Methods in net.officefloor.compile.impl.structure with parameters of type SuppliedManagedObjectSourceNode Modifier and Type Method Description OfficeFloorManagedObjectSource
OfficeFloorNodeImpl. addManagedObjectSource(java.lang.String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject)
OfficeManagedObjectSource
OfficeNodeImpl. addManagedObjectSource(java.lang.String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject)
SuppliedManagedObjectSourceType
CompileContextImpl. getOrLoadSuppliedManagedObjectSourceType(SuppliedManagedObjectSourceNode suppliedManagedObjectSourceNode)
Method parameters in net.officefloor.compile.impl.structure with type arguments of type SuppliedManagedObjectSourceNode Modifier and Type Method Description <S> S
SupplierNodeImpl. getManagedObjectSource(java.lang.String qualifier, java.lang.String type, java.util.function.Function<SuppliedManagedObjectSourceNode,S> factory)
Obtains theOfficeFloorManagedObjectSource
/OfficeManagedObjectSource
.Constructors in net.officefloor.compile.impl.structure with parameters of type SuppliedManagedObjectSourceNode Constructor Description ManagedObjectSourceNodeImpl(java.lang.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 SuppliedManagedObjectSourceNode Modifier and Type Method Description SuppliedManagedObjectSourceNode
NodeContext. createSuppliedManagedObjectSourceNode(java.lang.String qualifier, java.lang.String type, SupplierNode supplier)
Creates theSuppliedManagedObjectSourceNode
.
-