Oracle OLAP Analytic Workspace Java API Reference
10g Release 1 (10.1)

B12180-01

oracle.AWAction
Class Create

java.lang.Object
  |
  +--oracle.AWAction.AWAction
        |
        +--oracle.AWAction.Create

public class Create
extends AWAction

Creates an object model in an analytic workspace.

See Also:
AWAction

Fields inherited from class oracle.AWAction.AWAction
m_activeObject, m_Id, m_owner, s_actionCounter, s_EndElementTag, s_EndEndTag, s_EndStartTag, s_EndTag, s_Indent, s_JAVA_LINEEND, s_NEWLINE, s_StartEndTag, s_StartStartTag

 

Constructor Summary
Create(Interaction input)
          Constructor for a Create action.

 

Method Summary
 void Execute()
          Executes a Create action.
 BaseObject getBaseObject()
          Returns the object to create.
 java.lang.String getType()
          Returns the type of object to create.
 void setBaseObject(BaseObject input)
          Sets the object to create.
 void setType(java.lang.String input)
          Sets the type of object to create.
 java.lang.String WriteToXML()
          Returns the object as an XML string.

 

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

Create

public Create(Interaction input)
Constructor for a Create action. Creates a new Create action in the specified Interaction.
Parameters:
input - Interaction
Method Detail

getType

public java.lang.String getType()
Returns the type of object to create.
Returns:
String

setType

public void setType(java.lang.String input)
Sets the type of object to create.
Parameters:
input - String

getBaseObject

public BaseObject getBaseObject()
Returns the object to create.
Returns:
BaseObject

setBaseObject

public void setBaseObject(BaseObject input)
Sets the object to create.
Parameters:
input - BaseObject

WriteToXML

public java.lang.String WriteToXML()
Returns the object as an XML string.
Overrides:
WriteToXML in class AWAction
Returns:
A String containing the XML that represents the object.

Execute

public void Execute()
Executes a Create action.
Overrides:
Execute in class AWAction

Oracle OLAP Analytic Workspace Java API Reference
10g Release 1 (10.1)

B12180-01

Copyright © 2003, Oracle. All Rights Reserved.