Skip navigation links

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

B28128-01


Package oracle.olapi.metadata.mdm

Contains classes that represent data supporting the multidimensional model (MDM) for metadata.

See:
          Description

Interface Summary
Mdm10_1_0_3_NamingConvention Deprecated. As of Oracle 11g, Release 1 (11.1); no replacement.
Mdm10_1_0_3_ObjectVisitor An MdmObjectVisitor that has methods for visiting classes that are added to the OLAP API in release 10.1.0.3 of Oracle Database.
Mdm11_ObjectVisitor An extension of the MdmObject visitor interfaces that has methods for visiting classes that the Oracle OLAP Java API adds in Oracle 11g, Release 1 (11.1).
MdmMember An interface for a custom member of an MdmPrimaryDimension.
MdmMemberListMapOwner An interface for an object that owns a MemberListMap.
MdmNamingConvention Deprecated. As of Oracle 11g, Release 1 (11.1); no replacement.
MdmObjectVisitor A visitor object that can execute operations on some of the classes in the MdmObject class hierarchy.
MdmQuery An interface for MDM objects that can have an associated Query object.
MdmQueryColumn An interface for an object that represents a column of a table or view that is associated with an MdmQuery.
MdmViewColumnOwner A marker interface for objects that can own an MdmViewColumn.

 

Class Summary
Mdm9iNamingConvention Deprecated. As of Oracle 11g, Release 1 (11.1); no replacement.
MdmAssignment An object that represents an expression, the value of which is assigned as a measure value for a dimension member as specified by an MdmModel.
MdmAttribute The abstract base class for an MdmDimensionedObject that represents one or more characteristic of the members of an MdmDimension.
MdmAttributeModel An MdmDimensionedObjectModel that represents an MdmAttribute.
MdmBaseAttribute An MdmSingleValuedAttribute that has values that are stored in a column in the database.
MdmBaseMeasure An MdmMeasure that is mapped to solved data or to existing data that is not calculated from other data.
MdmBaseObjectVisitor An implementation of the MdmObjectVisitor interface that adds methods for visiting more classes in the MdmObject class hierarchy.
MdmColumn An MdmSource that represents a column of a table in a relational database.
MdmCube An MdmDimensionedObject that represents a logical organization of MdmMeasure objects that have the same dimensionality.
MdmCustomMember An object that represents a custom member of an MdmPrimaryDimension.
MdmCustomObjectFactory An object that creates custom members for an MdmStandardDimension or an MdmTimeDimension.
MdmDatabaseSchema An MdmSchema that represents a relational database schema.
MdmDerivedAttribute An MdmSingleValuedAttribute that has values that Oracle OLAP derives from the Expression associated with the MdmDerivedAttribute.
MdmDerivedMeasure An MdmMeasure that has values that Oracle OLAP derives from the Expression that is associated with the MdmDerivedMeasure.
MdmDescription A BaseMetadataObject that represents a description for an MdmObject.
MdmDescriptionType Represents a type of description for an MdmDescription.
MdmDimension An MdmSource that represents an OLAP dimension.
MdmDimensionality An MdmObject that associates an MdmPrimaryDimension with an MdmDimensionedObject.
MdmDimensionCalculationModel An MdmModel that is associated with an MdmPrimaryDimension; an MdmMeasureModel inherits the Assignment objects of the MdmDimensionCalculationModel objects of the appropriate data type of its associated MdmPrimaryDimension objects.
MdmDimensionedObject An MdmSource that represents a set of data that is organized by one or more MdmDimension objects.
MdmDimensionedObjectModel An MdmModel that represents an MdmDimensionedObject.
MdmDimensionLevel A component of an MdmPrimaryDimension that represents an arbitrary subset of members of the dimension.
MdmDimensionMemberInfo Provides information about a member of an MdmHierarchy.
MdmHierarchy An MdmSubDimension that represents members of an Oracle OLAP dimension that are organized either hierarchically or nonhierarchically.
MdmHierarchyLevel An MdmSubDimension whose members comprise one level of an MdmLevelHierarchy.
MdmLevel Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmHierarchyLevel.
MdmLevelHierarchy An MdmHierarchy that represents members of an Oracle OLAP dimension that are organized either nonhierarchically or hierarchically by levels.
MdmMeasure An MdmDimensionedObject that represents a set of data to use in analytical processing.
MdmMeasureDimension An MdmPrimaryDimension with members that are MdmMeasure objects.
MdmMeasureModel An MdmDimensionedObjectModel that represents an MdmMeasure.
MdmMetadataProvider An object that gives access to Oracle OLAP metadata objects.
MdmModel A Model that assigns a value to an MdmAttribute or an MdmMeasure for a set of MdmDimension members.
MdmMultiValuedAttribute An abstract base class for MdmAttribute objects that can relate more than a single value to a value of an associated MdmPrimaryDimension.
MdmMultiValuedDerivedAttribute An MdmMultiValuedAttribute that can relate more than a single derived value for a value of an associated MdmPrimaryDimension.
MdmNamedBuildProcess An MdmObject that represents a named oracle.olapi.syntax.BuildProcess for an MdmDatabaseSchema.
MdmObject An object that describes a particular set of data, such as a measure of product unit prices or a dimension of time values.
MdmOrganizationalSchema An MdmSchema that organizes MdmCube and other MdmObject objects, including other MdmOrganizationalSchema objects, that are related by informational content.
MdmPrimaryDimension The base class for objects that represent an Oracle OLAP dimension.
MdmRootSchema The top-level MdmSchema of a MdmMetadataProvider.
MdmSchema A container for MdmCube, MdmPrimaryDimension, MdmTable, and other metadata objects.
MdmSingleValuedAttribute An abstract base class for MdmAttribute objects that relate a single value to a value of an associated MdmPrimaryDimension.
MdmSource An MdmObject that represents a measure, dimension, or other set of data (such as an attribute).
MdmStandardDimension An MdmPrimaryDimension that represents most types of metadata for Oracle OLAP dimensions, such as dimensions for products, customers, distribution channels, and so on.
MdmStandardMember An object that represents a custom member of an MdmStandardDimension.
MdmSubDimension A component of an MdmPrimaryDimension.
MdmTable An MdmSource that represents a table in a relational database.
MdmTimeDimension An MdmPrimaryDimension that represents an Oracle OLAP dimension of time periods.
MdmTimeMember An object that represents a custom member of an MdmTimeDimension.
MdmValueHierarchy An MdmHierarchy that represents members of an Oracle OLAP dimension that are organized hierarchically by values rather than by levels.
MdmViewColumn An object that represents a column in a view in an Oracle Database.

 

Exception Summary
MdmInvalidValueException Indicates that the value specified by the operation that generated this exception is invalid.

 

Package oracle.olapi.metadata.mdm Description

Contains classes that represent data supporting the multidimensional model (MDM) for metadata.


Skip navigation links

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