|
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
An abstract class that specifies an action to perform on an analytic workspace. An AWAction is owned by an Interaction object. The concrete subclasses of AWAction are the action objects Alter, Attach, BuildDatabase, Commit, Create, Delete, and Detach.
An AWAction has a method that associates a BaseObject to it. AWAction objects are bundled into units of work within an Interaction. An AWAction inherits the connection context of the Interaction.
Interaction| Constructor Summary | |
AWAction(Interaction input)Creates an AWAction in the specified Interaction. |
|
| Method Summary | |
void |
Execute()Executes the action specified by the AWAction. |
BaseObject |
getActiveObject()Gets the Analytic Workspace Java API object to which the action specified by the AWAction applies. |
Interaction |
getOwner()Gets the Interaction that owns the AWAction. |
void |
setActiveObject(BaseObject input)Specifies a BaseObject as the active object in the current analytic workspace so that the action specified by the AWAction applies to the BaseObject. |
void |
setOwner(Interaction input)Specifies an Interaction as the owner of the AWAction. |
java.lang.String |
WriteToXML()Gets an XML representation of the AWAction. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AWAction(Interaction input)
AWAction in the specified Interaction.input - The Interaction that owns the AWAction.| Method Detail |
public void setOwner(Interaction input)
Interaction as the owner of the AWAction.input - The Interaction that you want to be the owner of the AWAction.public Interaction getOwner()
Interaction that owns the AWAction.Interaction.public void Execute()
AWAction.public void setActiveObject(BaseObject input)
BaseObject as the active object in the current analytic workspace so that the action specified by the AWAction applies to the BaseObject.input - The BaseObject to which you want the action to apply.public BaseObject getActiveObject()
AWAction applies.BaseObject to which the action applies.public java.lang.String WriteToXML()
AWAction.String that is an XML representation of the AWAction.
|
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 | ||||||||