Skip navigation links

Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-06


oracle.olapi.metadata.mapping
Class SolvedValueHierarchyMap

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mapping.ObjectMap
          extended by oracle.olapi.metadata.mapping.DimensionMap
              extended by oracle.olapi.metadata.mapping.SolvedHierarchyMap
                  extended by oracle.olapi.metadata.mapping.SolvedValueHierarchyMap

All Implemented Interfaces:
MetadataObject

public final class SolvedValueHierarchyMap
extends SolvedHierarchyMap

A SolvedHierarchyMap for an MdmValueHierarchy. To get a SolvedValueHierarchyMap, call the findOrCreateSolvedValueHierarchyMap method of an MdmValueHierarchy.

You use a SolvedValueHierarchyMap to map a hierarchy to a base table that has already has rows for all of the aggregate data. You specify the children of the hierarchy with the setKeyExpression method and you specify the parents with the setParentKeyExpression method.


Method Summary

 

Methods inherited from class oracle.olapi.metadata.mapping.SolvedHierarchyMap
getParentKeyExpression, setParentKeyExpression

 

Methods inherited from class oracle.olapi.metadata.mapping.DimensionMap
addAttributeMap, findOrCreateAttributeMap, findOrCreateAttributeMap, getAttributeMaps, getDimension, getFromClause, getKeyExpression, getQuery, getWhereClause, removeAttributeMap, setDimension, setFromClause, setKeyExpression, setQuery, setWhereClause

 

Methods inherited from class oracle.olapi.metadata.mapping.ObjectMap
getName

 

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

 

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

 


Skip navigation links

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