|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mapping.ObjectMap
oracle.olapi.metadata.mapping.DimensionMap
oracle.olapi.metadata.mapping.HierarchyLevelMap
public final class HierarchyLevelMap
A DimensionMap that maps an MdmHierarchyLevel to a
data source.
You get a HierarchyLevelMap by calling the
method of the
findOrCreateHierarchyLevelMapMdmHierarchyLevel.
If you use a HierarchyLevelMap to map an
MdmHierarchyLevel, then you should not also use a
MemberListMap to map an MdmPrimaryDimension
or an MdmDimensionLevel to the same data source.
You must specify a Query or a FromClause for the
HierarchyLevelMap unless the members of the
MdmHierarchyLevel are the same as those of the associated
MdmDimensionLevel.
The Query must represent a table or a view.
You must also specify a join Condition for the
HierarchyLevelMap unless the level is the highest level of the
hierarchy or the MdmHierarchyLevel has the same
Query as the MdmHierarchyLevel for the next highest
level.
| Method Summary | |
|---|---|
Condition |
getJoinCondition()
Gets the Condition that represents a join condition for
the level. |
void |
setJoinCondition(Condition input)
Specifies a Condition that represents a join condition for
the level. |
| 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 |
| Method Detail |
|---|
public void setJoinCondition(Condition input)
Condition that represents a join condition for
the level.
input - The Condition to associate with the
HierarchyLevelMap.public Condition getJoinCondition()
Condition that represents a join condition for
the level.
Condition associated with the
HierarchyLevelMap.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||