|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.metadata.BaseMetadataObject
public abstract class BaseMetadataObject
The abstract superclass for Oracle OLAP metadata objects. A BaseMetadataObject has a unique identifier, returned by the getID method.
The identifier has the form objectName or ownerName.objectName. For example, the unique identifier for the MdmDatabaseSchema for the user SH is SH. For an MdmPrimaryDimension named PRODUCTS_SHJ, the ID is SH.PRODUCTS_SHJ. For an MdmLevelHierarchy named PROD_STANDARD, the ID is SH.PRODUCTS_SHJ.PROD_STANDARD. For some BaseMetadataObject objects, such as an MdmMetadataProvider, the getID method returns an empty string.
| Method Summary | |
|---|---|
java.lang.String |
getID()Gets the unique identifier for the BaseMetadataObject. |
MdmSchema |
getOwner()Gets the MdmSchema that owns the BaseMetadataObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final java.lang.String getID()
BaseMetadataObject.getID in interface MetadataObjectString that uniquely identifies the BaseMetadataObject.public MdmSchema getOwner()
MdmSchema that owns the BaseMetadataObject.MdmSchema that owns the BaseMetadataObject.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||