Uses of Interface
net.officefloor.compile.spi.section.SectionManagedObjectSource
Packages that use SectionManagedObjectSource
Package
Description
-
Uses of SectionManagedObjectSource in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionManagedObjectSourceMethods in net.officefloor.compile.impl.structure that return SectionManagedObjectSourceModifier and TypeMethodDescriptionSectionNodeImpl.addSectionManagedObjectSource(String managedObjectSourceName, String managedObjectSourceClassName) SectionNodeImpl.addSectionManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) Methods in net.officefloor.compile.impl.structure with parameters of type SectionManagedObjectSourceModifier and TypeMethodDescriptionvoidSectionNodeImpl.link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool) -
Uses of SectionManagedObjectSource in net.officefloor.compile.internal.structure
Subinterfaces of SectionManagedObjectSource in net.officefloor.compile.internal.structure -
Uses of SectionManagedObjectSource in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionManagedObjectSourceModifier and TypeMethodDescriptionSectionDesigner.addSectionManagedObjectSource(String managedObjectSourceName, String managedObjectSourceClassName) Adds aSectionManagedObjectSourceto theSectionNodebeing built.SectionDesigner.addSectionManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) Adds aSectionManagedObjectSourceto theSectionNodebeing built.Methods in net.officefloor.compile.spi.section with parameters of type SectionManagedObjectSourceModifier and TypeMethodDescriptionvoidSectionDesigner.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 SectionManagedObjectSourceModifier and TypeMethodDescriptionTransformSectionDesigner.addSectionManagedObjectSource(String managedObjectSourceName, String managedObjectSourceClassName) TransformSectionDesigner.addSectionManagedObjectSource(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource) Methods in net.officefloor.plugin.section.transform with parameters of type SectionManagedObjectSourceModifier and TypeMethodDescriptionvoidTransformSectionDesigner.link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)