Skip navigation links

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

B28128-01


Package oracle.olapi.metadata.deployment

Contains classes that specify the deployment of a logical OLAP model as relational OLAP (ROLAP) objects or as analytic workspace (AW) objects.

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 A metadata object that represents the organization of an MdmCube as a relational OLAP (Rolap) object or as an analytic workspace (AW) object.
MVCreationOptions  
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.

 

Exception Summary
DeploymentException Indicates that the deployment specified for an object is not valid.

 

Package oracle.olapi.metadata.deployment Description

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.


Skip navigation links

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