Uses of Interface
net.officefloor.compile.spi.section.SectionManagedObjectSource
-
-
Uses of SectionManagedObjectSource in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionManagedObjectSource Modifier and Type Class Description class
ManagedObjectSourceNodeImpl
ManagedObjectSourceNode
implementation.Methods in net.officefloor.compile.impl.structure that return SectionManagedObjectSource Modifier and Type Method Description SectionManagedObjectSource
SectionNodeImpl. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName)
SectionManagedObjectSource
SectionNodeImpl. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
Methods in net.officefloor.compile.impl.structure with parameters of type SectionManagedObjectSource Modifier and Type Method Description void
SectionNodeImpl. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)
-
Uses of SectionManagedObjectSource in net.officefloor.compile.internal.structure
Subinterfaces of SectionManagedObjectSource in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedObjectSourceNode
Node representing aManagedObjectSource
. -
Uses of SectionManagedObjectSource in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionManagedObjectSource Modifier and Type Method Description SectionManagedObjectSource
SectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName)
Adds aSectionManagedObjectSource
to theSectionNode
being built.SectionManagedObjectSource
SectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
Adds aSectionManagedObjectSource
to theSectionNode
being built.Methods in net.officefloor.compile.spi.section with parameters of type SectionManagedObjectSource Modifier and Type Method Description void
SectionDesigner. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)
Links theSectionManagedObjectSource
to be pooled by theSectionManagedObjectPool
. -
Uses of SectionManagedObjectSource in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SectionManagedObjectSource Modifier and Type Method Description SectionManagedObjectSource
TransformSectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName)
SectionManagedObjectSource
TransformSectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
Methods in net.officefloor.plugin.section.transform with parameters of type SectionManagedObjectSource Modifier and Type Method Description void
TransformSectionDesigner. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)
-