Interface ManagedObjectGovernanceMetaData<E>
- All Known Implementing Classes:
ManagedObjectGovernanceMetaDataImpl
public interface ManagedObjectGovernanceMetaData<E>
Meta-data for the
Governance of a ManagedObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theManagedObjectExtensionExtractorto extract the extension interface from theManagedObject.intObtains the index for theGovernancewithin theThreadState.
-
Method Details
-
getGovernanceIndex
int getGovernanceIndex()Obtains the index for theGovernancewithin theThreadState.- Returns:
- Index for the
Governancewithin theThreadState.
-
getExtensionInterfaceExtractor
ManagedObjectExtensionExtractor<E> getExtensionInterfaceExtractor()Obtains theManagedObjectExtensionExtractorto extract the extension interface from theManagedObject.- Returns:
ManagedObjectExtensionExtractor.
-