|
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.Create
Creates an object in an analytic workspace.
Constructor Summary | |
Create(Interaction input) Creates a Create action object in the specified Interaction . |
Method Summary | |
void |
Execute() Creates the active object in the analytic workspace. |
BaseObject |
getBaseObject() Gets the object to create. |
java.lang.String |
getType() Gets the type of the Create object. |
void |
setBaseObject(BaseObject input) Specifies the object to create. |
void |
setType(java.lang.String input) Specifies a type for the Create object. |
java.lang.String |
WriteToXML() Gets an XML representation of the Create 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 Create(Interaction input)
Create
action object in the specified Interaction
.input
- The Interaction
that owns the Create
object.Method Detail |
public java.lang.String getType()
Create
object. The type can be one of the following.
AFTER BEFORE FIRST NULL
String
that has the type specified for the Create
object.public void setType(java.lang.String input)
Create
object. The type indicates the placement of the created object within a series. For example, a Create
action object that has a type of FIRST
and has a CubeDimRef
as its base object creates a dimension reference at the beginning of the dimension list of the parent Cube
.
The values that you can specify as the input
to this method are the following.
AFTER BEFORE FIRST NULLThe
NULL
type causes the object to added to the end of the series.input
- A String
that specifies the type of the Create
object.public BaseObject getBaseObject()
BaseObject
to create.public void setBaseObject(BaseObject input)
input
- The BaseObject
to create.public java.lang.String WriteToXML()
Create
object.String
that is an XML representation of the Create
object.public void Execute()
|
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 |