|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mapping.ObjectMap
oracle.olapi.metadata.mapping.DimensionMap
oracle.olapi.metadata.mapping.SolvedHierarchyMap
oracle.olapi.metadata.mapping.SolvedValueHierarchyMap
public final class SolvedValueHierarchyMap
A SolvedHierarchyMap for an MdmValueHierarchy. To get a SolvedValueHierarchyMap, call the method of an findOrCreateSolvedValueHierarchyMapMdmValueHierarchy.
| Method Summary | |
|---|---|
void |
addLevelExpression(Expression value)Adds an Expression that identifies a column in a relational table that contains dimension members to add to the hierarchy. |
java.util.List |
getLevelExpressions()Gets the Expression objects that are associated with this SolvedValueHierarchyMap. |
void |
removeLevelExpression(Expression value)Removes the specified Expression from this SolvedValueHierarchyMap. |
| 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 |
| Method Detail |
|---|
public void addLevelExpression(Expression value)
Expression that identifies a column in a relational table that contains dimension members to add to the hierarchy. This method applies only to a relational (Rolap) deployment; it does not apply to an analytic workspace (AW) deployment.
Use this method only when mapping an MdmValueHierarchy in association with an MdmPrimaryDimension that has a RolapPrimaryDimensionOrganization. This method exists for backward compatability with the manner of mapping an MdmValueHierarchy that used PL/SQL functions that specified all of the columns in a relational table that supplied members to the hierarchy.
value - An Expression that identifies a column in a relational table that contains dimension members to add to the hierarchy.public void removeLevelExpression(Expression value)
Expression from this SolvedValueHierarchyMap.value - The Expression to remove from this SolvedValueHierarchyMap.public java.util.List getLevelExpressions()
Expression objects that are associated with this SolvedValueHierarchyMap.List of the Expression objects associated with this SolvedValueHierarchyMap.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||