|
Oracle® OLAP Java API Reference 12c Release 2 (12.2) E83795-01 |
Changes in This Release for the OLAP Java API
This page lists the changes in the Oracle OLAP Java API.
The following are changes in the Oracle OLAP Java API for Oracle Database 12c Release 1 (12.1). For changes in previous releases, see Changes in Previous Releases.
The following features are new in this release:
In implementing this feature, the following classes in the oracle.olapi.syntax
package have new methods:
AggregationCase
aggregationSwitchValue
parameter that specifies an attribute value or a dimension membergetAggregationSwitchValue()
getMeasureID()
AggregationCommand
aggregationSwitch
parameter that specifies an attribute value or a dimension membergetAggregationSwitch()
getAggregationSwitchID()
AggregationCommand
.
If you specify NO_AGGREGATE
as the function of an AggregationCommand
, then Oracle OLAP does not aggregate the values of the measure for the specified dimension.
In implementing this feature, the LoadCommand
class has the new static fields RETAIN
and RETAIN_OPTION
.
MdmDerivedMeasure
.
The $LOOP_TYPE property determines how Oracle OLAP loops over composites for an MdmDerivedMeasure
that has an Expression
that references measures from more than one cube. The MdmDerivedMeasure
has new static constants and methods that you can use to get or set the type of looping.
The PublicMetadataObject
class is the base class for OLAP Java API objects that you can export to XML. You export objects to XML by using methods of an MdmMetadataProvider
.
Some features previously described in this document are desupported in Oracle Database 12c Release 1 (12.1). See Oracle Database Upgrade Guide for a list of desupported features.