Oracle OLAP Analytic Workspace Java API Reference
10g Release 1 (10.1)

B12180-01

oracle.AWAction
Class Delete

java.lang.Object
  |
  +--oracle.AWAction.AWAction
        |
        +--oracle.AWAction.Delete

public class Delete
extends AWAction

Deletes an object model in an analytic workspace.

See Also:
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
Delete(Interaction input)
          Constructor for a Delete action.

 

Method Summary
 void Execute()
          Executes a Delete action.
 java.lang.String WriteToXML()
          Returns the object as an XML string.

 

Methods inherited from class oracle.AWAction.AWAction
getActiveObject, getOwner, setActiveObject, setOwner

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Delete

public Delete(Interaction input)
Constructor for a Delete action. Creates a new Delete action in the specified Interaction.
Parameters:
input - Interaction
Method Detail

Execute

public void Execute()
Executes a Delete action.
Overrides:
Execute in class AWAction

WriteToXML

public java.lang.String WriteToXML()
Returns the object as an XML string.
Overrides:
WriteToXML in class AWAction
Returns:
A String containing the XML that represents the object.

Oracle OLAP Analytic Workspace Java API Reference
10g Release 1 (10.1)

B12180-01

Copyright © 2003, Oracle. All Rights Reserved.