|
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.Detach
Detaches an analytic workspace.
| Constructor Summary | |
Detach(Interaction input)Creates a Detach action object in the specified Interaction. |
|
Detach(java.lang.String input)Specifies an analytic workspace by name as the analytic workspace to detach. |
|
| Method Summary | |
void |
Execute()Detaches the analytic workspace. |
java.lang.String |
getAWName()Gets the name of the analytic workspace to detach. |
void |
setActiveObject(BaseObject input)Specifies an analytic workspace as the active object to detach. |
void |
setAWName(java.lang.String input)Specifies an analytic workspace by name as the analytic workspace to detach. |
java.lang.String |
WriteToXML()Gets an XML representation of the Detach object. |
| Methods inherited from class oracle.AWAction.AWAction |
getActiveObject, getOwner, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Detach(Interaction input)
Detach action object in the specified Interaction.input - The Interaction that owns the Detach object.public Detach(java.lang.String input)
setActiveObject method takes precedence over an analytic workspace specified by this method as the analytic workspace to detach.input - The name of the analytic workspace to detach.| Method Detail |
public void setActiveObject(BaseObject input)
setAWName method as the analytic workspace to detach.input - The AW object to detach.public void setAWName(java.lang.String input)
setActiveObject method takes precedence over an analytic workspace specified by this method as the analytic workspace to detach.input - The name of the analytic workspace to detach.public java.lang.String getAWName()
public void Execute()
public java.lang.String WriteToXML()
Detach object.String that is an XML representation of the Detach 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 | ||||||||