Skip navigation links

Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-01


Package oracle.olapi.metadata

Contains interfaces and classes that represent Oracle OLAP metadata objects and that provide those objects to an application.

See:
          Description

Interface Summary
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 Summary
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.

 

Exception Summary
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.

 

Package oracle.olapi.metadata Description

Contains interfaces and classes that represent Oracle OLAP metadata objects and that provide those objects to an application.


Skip navigation links

Copyright © 2002, 2009, Oracle. All rights reserved.