Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-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 for an object that is accessed through a MetadataProvider and that describes a particular set of data, such as a sales measure, or a property of such data.
MetadataProvider An interface for an object that provides access to OLAP metadata 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.

 

Class Summary
BaseMetadataObject The abstract superclass for Oracle OLAP metadata objects.
BaseMetadataProvider The base class for an object that gives access to the metadata for a data store.

 

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.
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, 2007, Oracle. All rights reserved.