Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-01

oracle.AWAction
Class Delete

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

public class Delete
extends AWAction

Deletes an object in an analytic workspace.


Constructor Summary
Delete(Interaction input)
Creates a Delete action object in the specified Interaction.

Method Summary
void Execute()
Deletes the active object in the analytic workspace.
java.lang.String WriteToXML()
Gets an XML representation of the Delete object.

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)
Creates a Delete action object in the specified Interaction.
Parameters:
input - The Interaction that owns the Delete object.

Method Detail

Execute

public void Execute()
Deletes the active object in the analytic workspace.
Overrides:
Execute in class AWAction

WriteToXML

public java.lang.String WriteToXML()
Gets an XML representation of the Delete object.
Overrides:
WriteToXML in class AWAction
Returns:
A String that is an XML representation of the Delete object.

Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-01

Copyright © 2003, 2005 Oracle. All rights reserved.