See: Description
Interface | Description |
---|---|
MetadataObject |
An interface that is implemented by most of the Oracle OLAP metadata objects.
|
MetadataProvider |
An interface for an object that provides access to OLAP metadata objects.
|
XML11_2_ParserCallback |
An extension of the
XMLParserCallback interface that adds methods for renaming an object and for suppressing attributes of objects. |
XMLParserCallback |
An interface for an object that processes errors that occur as an
MdmMetadataProvider.importXML method produces a metadata object from an XML object definition or as a SyntaxObject.fromSyntax method produces a SyntaxObject . |
XMLWriterCallback |
An interface for an object that Oracle OLAP calls to find out whether or not to exclude an attribute or an owner name from the XML that an
MdmMetadataProvider is exporting. |
Class | Description |
---|---|
BaseMetadataObject |
The abstract base class for Oracle OLAP metadata objects.
|
BaseMetadataProvider |
The base class for an object that gives access to the metadata for a data store.
|
InvalidMetadataObjectInfo |
Contains information about an invalid metadata object.
|
PublicMetadataObject |
A
BaseMetadataObject that you can export to XML. |
Exception | Description |
---|---|
DuplicateMetadataIDException |
Indicates that a
BaseMetadataObject with the specified identification already exists. |
InvalidMetadataException |
Indicates that one or more metadata objects are invalid.
|
MetadataFactoryException |
Indicates that Oracle OLAP cannot perform the requested metadata factory operation; usually, this exception occurs because the specified parameters for the method are not valid.
|
MetadataModificationException |
Indicates that an error occurred when Oracle OLAP attempted to change some metadata property.
|
MetadataRenameNotSupportedException |
Indicates that Oracle OLAP does not support the renaming of existing metadata objects in the version of Oracle Database to which the application is connected.
|
MetadataUpdateNotSupportedException |
Indicates that Oracle OLAP does not support the updating of metadata in the version of Oracle Database to which the application is connected.
|