Interface ObjectClassSectionLoaderContext
- All Superinterfaces:
ClassSectionLoaderContext
Context for the
ClassSectionLoader.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidflagObjectDependencyLinked(int dependencyIndex) Flags theManagedObjectDependencylinked.Obtains theManagedObjectType.Obtains theSectionManagedObject.Methods inherited from interface net.officefloor.plugin.section.clazz.loader.ClassSectionLoaderContext
getSectionDesigner, getSectionFlowContext, getSectionObjectContext, getSectionSourceContext
-
Method Details
-
getSectionManagedObject
SectionManagedObject getSectionManagedObject()Obtains theSectionManagedObject.- Returns:
SectionManagedObject.
-
getManagedObjectType
ManagedObjectType<?> getManagedObjectType()Obtains theManagedObjectType.- Returns:
ManagedObjectType.
-
flagObjectDependencyLinked
void flagObjectDependencyLinked(int dependencyIndex) Flags theManagedObjectDependencylinked.- Parameters:
dependencyIndex- Index of theManagedObjectDependency.
-