|
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.Attach
Attaches an analytic workspace.
Constructor Summary | |
Attach(Interaction input) Creates an Attach action object in the specified Interaction . |
|
Attach(java.lang.String input) Specifies an analytic workspace by name as the analytic workspace to attach. |
Method Summary | |
void |
Execute() Attaches the analytic workspace. |
java.lang.String |
getAWName() Gets the name of the analytic workspace. |
java.lang.String |
getMode() Gets the attach mode specified for the analytic workspace. |
void |
setActiveObject(BaseObject input) Specifies an analytic workspace as the active object to attach. |
void |
setAWName(java.lang.String input) Specifies an analytic workspace by name as the analytic workspace to attach. |
void |
setMode(java.lang.String input) Specifies the attach mode for the analytic workspace. |
java.lang.String |
WriteToXML() Gets an XML representation of the Attach 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 Attach(java.lang.String input)
setActiveObject
method takes precedence over an analytic workspace specified by this method as the analytic workspace to attach.input
- A String
that has the name of the analytic workspace to attach.public Attach(Interaction input)
Attach
action object in the specified Interaction
.input
- The Interaction
that owns the Attach
object.Method Detail |
public void setMode(java.lang.String input)
input
- A String
that contains RW
to attach the workspace in read/write mode or RO
to attach the workspace in read-only mode.public java.lang.String getMode()
String
that contains RW
for read/write mode or RO
for read-only mode.public void setActiveObject(BaseObject input)
setAWName
method as the analytic workspace to attach.input
- The AW
object to attach.public void setAWName(java.lang.String input)
setActiveObject
method takes precedence over an analytic workspace specified by this method as the analytic workspace to attach.input
- A String
that has the name of the analytic workspace to attach.public java.lang.String getAWName()
String
that has the name of the analytic workspace to attach.public void Execute()
public java.lang.String WriteToXML()
Attach
object.String
that is an XML representation of the Attach
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 |