|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| AW | A metadata object that represents an Oracle OLAP analytic workspace. |
| AWAttributeOrganization | A metadata object that represents the organization of an
MdmAttribute for an AWPrimaryDimensionOrganization. |
| AWCubeOrganization | A CubeOrganization for an analytic workspace. |
| AWPrimaryDimensionOrganization | A PrimaryDimensionOrganization for an analytic workspace. |
| CubeOrganization | The base class for a metadata object that represents the organization of an
MdmCube as an analytic workspace (AW) object or as a relational
OLAP (Rolap) object. |
| MVCreationOptions | A BaseMetadataObject that contains options that Oracle
OLAP uses when it creates a materialized view (MV) for an analytic workspace
cube or dimension. |
| PrimaryDimensionOrganization | A metadata object that represents the organization of an
MdmPrimaryDimension as a relational OLAP (Rolap) object or
as an analytic workspace (AW) object. |
| RolapCubeOrganization | A CubeOrganization for a relational deployment of an
MdmCube. |
| RolapPrimaryDimensionOrganization | A PrimaryDimensionOrganization for a relational deployment of an
MdmPrimaryDimension. |
| SecondaryPartitionLevel | A BaseMetadataObject that represents a secondary partitioning
level for an AWCubeOrganization. |
| Exception Summary | |
|---|---|
| DeploymentException | Indicates that the deployment specified for an object is not valid. |
Contains classes that specify the deployment of a logical OLAP model as relational OLAP (ROLAP) objects or as analytic workspace (AW) objects. An application can deploy an instance of an MdmCube or an MdmPrimaryDimension in either an AW or a Rolap organization.
An application could create two instances of an MdmCube and associate one with an AW organization and the other with a Rolap organization. However, all associated metadata objects must have the same type of organization. For example, if an MdmCube has an AWCubeOrganization, then the MdmPrimaryDimension objects that dimension the MdmMeasure objects of the MdmCube must have associated AWPrimaryDimensionOrganization objects.
|
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||