| 
 | 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.AWAction.AWAction
        |
        +--oracle.AWAction.Commit
Commits the changes to an analytic workspace.
AWAction| Fields inherited from class oracle.AWAction.AWAction | 
| m_activeObject, m_Id, m_owner, s_actionCounter, s_EndElementTag, s_EndEndTag, s_EndStartTag, s_EndTag, s_Indent, s_JAVA_LINEEND, s_NEWLINE, s_StartEndTag, s_StartStartTag | 
| Constructor Summary | |
| Commit(Interaction input)Constructor for a Commitaction. | |
| Method Summary | |
|  void | Execute()Executes a Commit. | 
|  java.lang.String | getAWName()Returns the name of the analytic workspace | 
|  void | setActiveObject(BaseObject input)Makes an analytic workspace the active object. | 
|  void | setAWName(java.lang.String input)Sets the name of the analytic workspace. | 
|  java.lang.String | WriteToXML()Returns the object as an XML string. | 
| Methods inherited from class oracle.AWAction.AWAction | 
| getActiveObject, getOwner, setOwner | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Commit(Interaction input)
Commit action. Creates a new Commit action in the specified Interaction.input - Interaction| Method Detail | 
public void setActiveObject(BaseObject input)
SetAWName method. An active object takes precedence over an object that you specify by name.input - BaseObject that is an AW objectpublic void setAWName(java.lang.String input)
SetActiveObject method. An active object takes precedence over an object that you specify by name.input - String containing the name of the analytic workspace.public java.lang.String getAWName()
String containing the name of the analytic workspace.public void Execute()
public java.lang.String WriteToXML()
String containing the XML that represents the object.| 
 | 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 | ||||||||