Skip navigation links

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

B28128-02


oracle.olapi.metadata.mapping
Class SolvedLevelHierarchyMap

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.SolvedLevelHierarchyMap

All Implemented Interfaces:
MetadataObject

public final class SolvedLevelHierarchyMap
extends SolvedHierarchyMap

A SolvedHierarchyMap for an MdmLevelHierarchy. A SolvedLevelHierarchyMap is not used by an application that uses 11g metadata. It exists for use by legacy applications that are running in a metadata reader mode that is other than 11_ONLY. For the metadata reader modes, see DataProvider.

To get a SolvedLevelHierarchyMap, call the findOrCreateSolvedLevelHierarchyMap method of an MdmLevelHierarchy. A SolvedHierarchyMap must have an associated AttributeMap for the parent MdmAttribute of the hierarchy. It must also identify the level depth of each member. A SolvedLevelHierarchyMap can identify the level depth in either of the following ways.


Method Summary

 

Methods inherited from class oracle.olapi.metadata.mapping.SolvedHierarchyMap
getLevelIDExpression, getParentKeyExpression, getParentLevelIDExpression, setLevelIDExpression, setParentKeyExpression, setParentLevelIDExpression

 

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

 

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

 


Skip navigation links

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