|
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.ModelDimRef
A dimension referenced in a model.
| 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 | |
ModelDimRef(BaseObject input)Constructor that takes the owner of this object. | |
| Method Summary | |
java.lang.String |
Create(AWConnection connection)Creates a new ModelDimRef in the analytic workspace. |
java.lang.String |
CreateAfter(AWConnection connection, BaseObject referencedObj)Creates the current object in the analytic workspace as part of an ordered set of objects after the specified object. |
java.lang.String |
CreateBefore(AWConnection connection, BaseObject referencedObj)Creates the current object in the analytic workspace as part of an ordered set of objects before the specified object. |
java.lang.String |
CreateFirst(AWConnection connection)Creates the current object in the analytic workspace first as part of an ordered set of objects. |
java.lang.String |
Delete(AWConnection connection)Removes the object from the analytic workspace. |
Dimension |
getDimension()Returns the dimension reference. |
void |
setDimension(Dimension input)Sets the dimension reference. |
java.lang.String |
WriteToXML()Returns the object as an XML string. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, 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 |
| Constructor Detail |
public ModelDimRef(BaseObject input)
input - BaseObject that is the owner of this object in the object model| Method Detail |
public void setDimension(Dimension input)
input - Dimensionpublic Dimension getDimension()
Dimensionpublic java.lang.String WriteToXML()
String containing the XML that represents the objectpublic java.lang.String Create(AWConnection connection)
ModelDimRef in the analytic workspace.connection - AWConnectionString containing "success" if successfulpublic java.lang.String CreateFirst(AWConnection connection)
connection - An AWConnection that represents the current OLAP sessionString containing "success" if successfulpublic java.lang.String CreateAfter(AWConnection connection, BaseObject referencedObj)
connection - An AWConnection that represents the current OLAP sessionreferencedObj - A BaseObject that represents where in the ordered collection to insert the new object.String containing "success" if successfulpublic java.lang.String CreateBefore(AWConnection connection, BaseObject referencedObj)
connection - An AWConnection that represents the current OLAP sessionreferencedObj - A BaseObject that represents where in the ordered collection to insert the new object.String containing "success" if successfulpublic java.lang.String Delete(AWConnection connection)
connection - AWConnectionString containing "success" if successful
|
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 | ||||||||