Skip navigation links

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

B28128-01


oracle.olapi.metadata.mtm
Class MtmAggregationStep

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mtm.MtmObject
          extended by oracle.olapi.metadata.mtm.MtmAggregationStep

All Implemented Interfaces:
MetadataObject
Direct Known Subclasses:
MtmFirstLastAggregationStep, MtmNoAggregationStep, MtmSimpleAggregationStep, MtmWeightedAverageAggregationStep

Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

public abstract class MtmAggregationStep
extends MtmObject

Method Summary
 void addDimensionMap(MtmDimensionMap dimensionMap)
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
 java.util.List getDimensionMaps()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
 void removeDimensionMap(MtmDimensionMap dimMap)
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

 

Methods inherited from class oracle.olapi.metadata.mtm.MtmObject
acceptVisitor, getMetadataProvider

 

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID, getOwner

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

addDimensionMap

public final void addDimensionMap(MtmDimensionMap dimensionMap)
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

getDimensionMaps

public java.util.List getDimensionMaps()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

removeDimensionMap

public final void removeDimensionMap(MtmDimensionMap dimMap)
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

Skip navigation links

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