Interface ObjectClassSectionLoaderContext
-
- All Superinterfaces:
ClassSectionLoaderContext
public interface ObjectClassSectionLoaderContext extends ClassSectionLoaderContext
Context for theClassSectionLoader.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflagObjectDependencyLinked(int dependencyIndex)Flags theManagedObjectDependencylinked.ManagedObjectType<?>getManagedObjectType()Obtains theManagedObjectType.SectionManagedObjectgetSectionManagedObject()Obtains theSectionManagedObject.-
Methods inherited from interface net.officefloor.plugin.section.clazz.loader.ClassSectionLoaderContext
getSectionDesigner, getSectionFlowContext, getSectionObjectContext, getSectionSourceContext
-
-
-
-
Method Detail
-
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.
-
-