Interface ClassSectionObjectContext
-
- All Known Subinterfaces:
ClassSectionObjectManufacturerContext
public interface ClassSectionObjectContextObject context forClasssection.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassSectionTypeQualifiercreateTypeQualifier(java.lang.String qualifier, java.lang.Class<?> type)Creates aClassSectionTypeQualifier.ClassSectionManagedObjectgetOrCreateManagedObject(java.lang.String managedObjectSourceClassName, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)Gets or creates theSectionManagedObject.ClassSectionManagedObjectgetOrCreateManagedObject(ManagedObjectSource<?,?> managedObjectSource, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)Gets or creates theSectionManagedObject.SectionSourceContextgetSourceContext()Obtains theSectionSourceContext.
-
-
-
Method Detail
-
createTypeQualifier
ClassSectionTypeQualifier createTypeQualifier(java.lang.String qualifier, java.lang.Class<?> type)
Creates aClassSectionTypeQualifier.- Parameters:
qualifier- Qualifier. May benull.type- Type.- Returns:
ClassSectionTypeQualifier.
-
getOrCreateManagedObject
ClassSectionManagedObject getOrCreateManagedObject(java.lang.String managedObjectSourceClassName, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)
Gets or creates theSectionManagedObject.- Parameters:
managedObjectSourceClassName-ManagedObjectSourceClassname.properties-PropertyListfor theSectionManagedObject.typeQualifiers-ClassSectionTypeQualifierinstances.- Returns:
ClassSectionManagedObject.
-
getOrCreateManagedObject
ClassSectionManagedObject getOrCreateManagedObject(ManagedObjectSource<?,?> managedObjectSource, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)
Gets or creates theSectionManagedObject.- Parameters:
managedObjectSource-ManagedObjectSource.properties-PropertyListfor theSectionManagedObject.typeQualifiers-ClassSectionTypeQualifierinstances.- Returns:
ClassSectionManagedObject.
-
getSourceContext
SectionSourceContext getSourceContext()
Obtains theSectionSourceContext.- Returns:
SectionSourceContext.
-
-