| 
 | 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.Attach
Attaches 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 | |
| Attach(Interaction input)Constructor for an Attachaction. | |
| Attach(java.lang.String input)Constructor for an Attachaction. | |
| Method Summary | |
|  void | Execute()Executes the Attach action. | 
|  java.lang.String | getAWName()Returns the name of the analytic workspace. | 
|  java.lang.String | getMode()Returns the attach mode for an 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. | 
|  void | setMode(java.lang.String input)Sets the attach mode for an 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 Attach(java.lang.String input)
Attach action. Creates a new Attach action for the specified analytic workspace.input - String containing the name of the analytic workspace to attachpublic Attach(Interaction input)
Attach action. Creates a new Attach action in the specified Interaction.input - Interaction| Method Detail | 
public void setMode(java.lang.String input)
StringRW' or 'RO'public java.lang.String getMode()
String containing 'RW' or 'RO'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 | ||||||||