|
Oracle OLAP Analytic Workspace Java API Reference 10g Release 1 (10.1) B12180-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.ExternalSourceExpression
|
+--oracle.AWXML.HierarchicalParentSourceExpression
This object specifies the parent-child relationships between pairs of columns that are mapped to a hierarchy or to a level within a hierarchy
| Field Summary | |
protected Hierarchy |
m_hierarchy |
protected Level |
m_level |
protected java.lang.String |
m_parentLevelCol |
| Fields inherited from class oracle.AWXML.ExternalSourceExpression |
m_SourceColumn, m_targetObject |
| Fields inherited from class oracle.AWXML.BaseObject |
AWNULL, DATABASENULL, m_commandResults, m_commandResultText, m_id, m_listResults, m_longName, m_name, m_owner, m_pluralName, m_schema, m_shortName, s_EndElementTag, s_EndEndTag, s_EndStartTag, s_EndTag, s_Indent, s_JAVA_LINEEND, s_NEWLINE, s_objectCounter, s_StartEndTag, s_StartStartTag |
| Constructor Summary | |
HierarchicalParentSourceExpression(BaseObject input)Constructor for a HierarchicalParentSourceExpression. | |
| Method Summary | |
java.lang.String |
Alter(AWConnection connection)Alters a HierarchicalParentSourceExpression in the current analytic workspace. |
java.lang.String |
Create(AWConnection connection)Creates a HierarchicalParentSourceExpression in the current analytic workspace. |
java.lang.String |
Delete(AWConnection connection)Deletes a HierarchicalParentSourceExpression in the current analytic workspace. |
Hierarchy |
getHierarchy()Returns the Hierarchy that is the target for a set of columns. |
Level |
getLevel()Returns the Level that is the target for one or more columns. |
java.lang.String |
getParentLevelCol()Returns the parent Level columns for the current level in the hierarchy |
void |
setHierarchy(Hierarchy input)Sets a Hierarchy as the target for a set of columns. |
void |
setLevel(Level input)Sets a Level as the target object associated with one or more columns |
void |
setParentLevelCol(java.lang.String input)Sets the specified Level columns as the parent of the current level in the hierarchy |
java.lang.String |
WriteToXML()Returns the object as an XML string. |
| Methods inherited from class oracle.AWXML.ExternalSourceExpression |
addSourceColumn, CreateSourceColumn, getSourceColumns, getTargetObject, removeSourceColumn, setTargetObject |
| Methods inherited from class oracle.AWXML.BaseObject |
CreateAfter, CreateBefore, CreateFirst, getId, getLongName, getName, getOwner, getParentId, getPluralName, getSchema, getShortName, setLongName, setName, setPluralName, setSchema, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String m_parentLevelCol
protected Level m_level
protected Hierarchy m_hierarchy
| Constructor Detail |
public HierarchicalParentSourceExpression(BaseObject input)
HierarchicalParentSourceExpression. Accepts a Hierarchy or HierarchyLevelAssociation as input.input - BaseObject| Method Detail |
public java.lang.String WriteToXML()
String containing the XML that represents the object.public void setLevel(Level input)
Level as the target object associated with one or more columnsinput - Levelpublic Level getLevel()
Level that is the target for one or more columns.Levelpublic void setHierarchy(Hierarchy input)
Hierarchy as the target for a set of columns.input - Hierarchypublic Hierarchy getHierarchy()
Hierarchy that is the target for a set of columns.Hierarchypublic void setParentLevelCol(java.lang.String input)
Level columns as the parent of the current level in the hierarchyinput - String that contains the name of the parent levelpublic java.lang.String getParentLevelCol()
Level columns for the current level in the hierarchyString that contains the name of the parent levelpublic java.lang.String Create(AWConnection connection)
HierarchicalParentSourceExpression in the current analytic workspace.connection - AWConnection through which the command will be processedString indicating if the call was successful. A successful invocation returns the value 'success'.public java.lang.String Alter(AWConnection connection)
HierarchicalParentSourceExpression in the current analytic workspace.connection - AWConnection through which the command will be processedString indicating if the call was successful. A successful invocation returns the value 'success'.public java.lang.String Delete(AWConnection connection)
HierarchicalParentSourceExpression in the current analytic workspace.connection - AWConnection through which the command will be processedString indicating if the call was successful. A successful invocation returns the value 'success'.
|
Oracle OLAP Analytic Workspace Java API Reference 10g Release 1 (10.1) B12180-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||