| 
 | 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
        |
        +--oracle.AWAction.BuildDatabase
Builds an analytic workspace and loads data from the mapped data source.
oracle.AWAction.AWAction| Field Summary | |
| static int | m_threadThreshold | 
| 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 | |
| BuildDatabase()Constructor for a BuildDatabaseaction. | |
| BuildDatabase(Interaction input)Constructor for a BuildDatabaseaction. | |
| Method Summary | |
|  void | addBuildList(BaseObject input)Adds a cube, dimension, or measure to the list of objects to be built in the analytic workspace. | 
|  void | Execute()Executes the action. | 
|  void | Execute(AWConnection connection)Executes the action in the specified Database connection. | 
|  java.lang.String | getAWName()Returns the name of the analytic workspace. | 
|  java.util.Vector | getBuildList()Returns the list of objects to be built in the analytic workspace. | 
|  java.lang.String | getBuildType()Returns the build type, either EXECUTEfor a serial build, orPARALLELfor a parallel build | 
|  boolean | getCleanAttrs()Return true or false, whether or not to delete the attributes in the analytic workspace before loading new attributes. | 
|  boolean | getCleanDim()Return true or false, whether or not to delete the dimension members in the analytic workspace before loading new members. | 
|  boolean | getCleanMeasures()Return true or false, whether or not to delete the measures in the analytic workspace before loading new measures. | 
|  boolean | getRunSolve()Return true or false, whether or not to run solves when building the analytic workspace. | 
|  boolean | getTrackStatus()Return true or false, whether or not to track the status of the data load. | 
|  void | removeBuildList(BaseObject input)Removes a cube, dimension, or measure from the list of objects to be built in the analytic workspace. | 
|  void | setActiveObject(BaseObject input)Makes an analytic workspace the active object. | 
|  void | setAWName(java.lang.String input)Sets the name of the analytic workspace. | 
|  void | setBuildType(java.lang.String input)Specifies the type of build: either EXECUTEfor a serial build, orPARALLELfor a parallel build | 
|  void | setCleanAttrs(boolean input)Whether or not to delete the attributes in the analytic workspace before loading new attributes | 
|  void | setCleanAttrs(java.lang.Boolean input)Whether or not to delete the attributes in the analytic workspace before loading new attributes | 
|  void | setCleanDim(boolean input)Whether or not to delete the dimension members before loading new members | 
|  void | setCleanDim(java.lang.Boolean input)Whether or not to delete the dimension members in the analytic workspace before loading new members | 
|  void | setCleanMeasures(boolean input)Whether or not to delete the measures in the analytic workspace before loading new measures | 
|  void | setCleanMeasures(java.lang.Boolean input)Whether or not to delete the measures in the analytic workspace before loading new measures | 
|  void | setRunSolve(boolean input)Whether or not to run solves when building the analytic workspace. | 
|  void | setRunSolve(java.lang.Boolean input)Whether or not to run solves when building the analytic workspace. | 
|  void | setTrackStatus(boolean input)Whether or not to track the status of the data load. | 
|  void | setTrackStatus(java.lang.Boolean input)Whether or not to track the status of the data load. | 
|  java.lang.String | WriteToXML()Returns the object as an XML string. | 
| 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 | 
| Field Detail | 
public static int m_threadThreshold
| Constructor Detail | 
public BuildDatabase()
BuildDatabase action.public BuildDatabase(Interaction input)
BuildDatabase action. Builds the objects in the analytic workspace as specified in the Interaction.input - Interaction specifies a series of actions| Method Detail | 
public void setActiveObject(BaseObject input)
SetAWName method. An active object takes precedence over an object that you specify by name.input - BaseObject that is an AW objectpublic void setAWName(java.lang.String input)
SetActiveObject method. An active object takes precedence over an object that you specify by name.input - String containing the name of the analytic workspace.public java.lang.String getAWName()
String containing the name of the analytic workspace.public void setBuildType(java.lang.String input)
EXECUTE for a serial build, or PARALLEL for a parallel buildinput - String containing either "EXECUTE" or "PARALLEL"public java.lang.String getBuildType()
EXECUTE for a serial build, or PARALLEL for a parallel buildString containing either "EXECUTE" or "PARALLEL"public void addBuildList(BaseObject input)
input - BaseObject that is a Cube, Dimension, or Measurepublic void removeBuildList(BaseObject input)
input - BaseObject that is a Cube, Dimension, or Measurepublic java.util.Vector getBuildList()
Vector containing a list of Cube, Dimension, and Measure objectspublic java.lang.String WriteToXML()
String containing the XML that represents the object.public void Execute()
public void Execute(AWConnection connection)
connection - AWConnectionpublic void setCleanDim(boolean input)
input - booleanpublic void setCleanDim(java.lang.Boolean input)
input - Booleanpublic boolean getCleanDim()
booleanpublic void setCleanAttrs(boolean input)
input - booleanpublic void setCleanAttrs(java.lang.Boolean input)
input - Booleanpublic boolean getCleanAttrs()
booleanpublic void setCleanMeasures(boolean input)
input - booleanpublic void setCleanMeasures(java.lang.Boolean input)
input - Booleanpublic boolean getCleanMeasures()
booleanpublic void setRunSolve(boolean input)
input - booleanpublic void setRunSolve(java.lang.Boolean input)
input - Booleanpublic boolean getRunSolve()
booleanpublic void setTrackStatus(boolean input)
input - booleanpublic void setTrackStatus(java.lang.Boolean input)
input - Booleanpublic boolean getTrackStatus()
boolean| 
 | 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 | ||||||||