|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-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
public abstract class SolvedHierarchyMap
A DimensionMap
that maps an MdmHierarchy
to a data source.
Method Summary | |
---|---|
Expression |
getParentKeyExpression() Gets the Expression that identifies the column of the relational table that identifies the parents of the members of the hierarchy. |
void |
setParentKeyExpression(Expression input) Specifies the column of the relational table that identifies the parents of the members of the hierarchy. |
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 final void setParentKeyExpression(Expression input)
input
- An Expression
that identifies the column that contains the parents of the hierarchy members.public final Expression getParentKeyExpression()
Expression
that identifies the column of the relational table that identifies the parents of the members of the hierarchy.Expression
that identifies the column that contains the parents of the hierarchy members.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |