|
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
Defines an action to perform on an object model in the context of a database connection. When an AWAction object is instantiated, it adds itself to the list of actions already associated with the interaction.
The AWAction class has a method that associates a BaseObject with the action. Each AWAction object inherits the connection context of the interaction.
AWAction objects can be saved as XML.
Interaction| Field Summary | |
protected BaseObject |
m_activeObject |
protected java.lang.String |
m_Id |
protected Interaction |
m_owner |
protected static int |
s_actionCounter |
protected static java.lang.String |
s_EndElementTag |
protected static java.lang.String |
s_EndEndTag |
protected static java.lang.String |
s_EndStartTag |
protected static java.lang.String |
s_EndTag |
protected static int |
s_Indent |
protected static java.lang.String |
s_JAVA_LINEEND |
protected static java.lang.String |
s_NEWLINE |
protected static java.lang.String |
s_StartEndTag |
protected static java.lang.String |
s_StartStartTag |
| Constructor Summary | |
AWAction(Interaction input)Constructor for an AWAction. | |
| Method Summary | |
void |
Execute()Executes the action. |
BaseObject |
getActiveObject()Returns the active object to which the action applies. |
Interaction |
getOwner()Returns the owner of the action for the specified Interaction. |
void |
setActiveObject(BaseObject input)Sets the active object to which the action applies. |
void |
setOwner(Interaction input)Sets the owner of the action for the specified Interaction. |
java.lang.String |
WriteToXML()Returns the action as an XML string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String m_Id
protected BaseObject m_activeObject
protected Interaction m_owner
protected static java.lang.String s_EndElementTag
protected static java.lang.String s_StartStartTag
protected static java.lang.String s_StartEndTag
protected static java.lang.String s_EndStartTag
protected static java.lang.String s_EndEndTag
protected static java.lang.String s_EndTag
protected static java.lang.String s_JAVA_LINEEND
protected static java.lang.String s_NEWLINE
protected static int s_Indent
protected static int s_actionCounter
| Constructor Detail |
public AWAction(Interaction input)
AWAction. Creates a new AWAction for the specified Interaction.input - Interaction| Method Detail |
public void setOwner(Interaction input)
Interaction.input - Interactionpublic Interaction getOwner()
Interaction.Interactionpublic void Execute()
public void setActiveObject(BaseObject input)
input - BaseObjectpublic BaseObject getActiveObject()
BaseObjectpublic java.lang.String WriteToXML()
String containing the XML that represents the AWAction.
|
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 | ||||||||