|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-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.Delete
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 |
public Delete(Interaction input)
Delete
action object in the specified Interaction
.input
- The Interaction
that owns the Delete
object.Method Detail |
public void Execute()
public java.lang.String WriteToXML()
Delete
object.String
that is an XML representation of the Delete
object.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |