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 classManagedObjectSourceNodeImplManagedObjectSourceNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionManagedObjectSource Modifier and Type Method Description SectionManagedObjectSourceSectionNodeImpl. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName)SectionManagedObjectSourceSectionNodeImpl. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)Methods in net.officefloor.compile.impl.structure with parameters of type SectionManagedObjectSource Modifier and Type Method Description voidSectionNodeImpl. 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 interfaceManagedObjectSourceNodeNode 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 SectionManagedObjectSourceSectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName)Adds aSectionManagedObjectSourceto theSectionNodebeing built.SectionManagedObjectSourceSectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)Adds aSectionManagedObjectSourceto theSectionNodebeing built.Methods in net.officefloor.compile.spi.section with parameters of type SectionManagedObjectSource Modifier and Type Method Description voidSectionDesigner. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)Links theSectionManagedObjectSourceto 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 SectionManagedObjectSourceTransformSectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName)SectionManagedObjectSourceTransformSectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)Methods in net.officefloor.plugin.section.transform with parameters of type SectionManagedObjectSource Modifier and Type Method Description voidTransformSectionDesigner. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)
-