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 void
flagObjectDependencyLinked(int dependencyIndex)
Flags theManagedObjectDependency
linked.ManagedObjectType<?>
getManagedObjectType()
Obtains theManagedObjectType
.SectionManagedObject
getSectionManagedObject()
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 theManagedObjectDependency
linked.- Parameters:
dependencyIndex
- Index of theManagedObjectDependency
.
-
-