|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.SolveDefDimRef
A dimension reference for an AggregationDefinition.
| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
SolveDefDimRef(BaseObject input)Creates a SolveDefDimRef for the specified AggregationDefinition. |
|
| Method Summary | |
java.lang.String |
Create(AWConnection connection)Creates a SolveDefDimRef in the current analytic workspace of the specified database connection. |
java.lang.String |
CreateAfter(AWConnection connection, BaseObject referencedObj)Creates a SolveDefDimRef and adds it after the referenced SolveDefDimRef to the list of SolveDefDimRef objects of the AggregationDefinition that is owned by the AW object that represents the current analytic workspace of the specified database connection. |
java.lang.String |
CreateBefore(AWConnection connection, BaseObject referencedObj)Creates a SolveDefDimRef and adds it before the referenced SolveDefDimRef to the list of SolveDefDimRef objects of the AggregationDefinition that is owned by the AW object that represents the current analytic workspace of the specified database connection. |
java.lang.String |
CreateFirst(AWConnection connection)Creates a SolveDefDimRef and adds it at the beginning of the list of SolveDefDimRef objects of the AggregationDefinition that is owned by the AW object that represents the current analytic workspace of the specified database connection. |
java.lang.String |
Delete(AWConnection connection)Removes the SolveDefDimRef from the current analytic workspace for the specified connection. |
java.lang.String |
getCalcMemberSolveOrder()Gets the solve order for a dimension that has dynamically-calculated members. |
Dimension |
getDimension()Gets the dimension that this SolveDefDimRef references. |
SolveDefinition |
getSolveDefinition()Gets the AggregationDefinition that owns the SolveDefDimRef. |
void |
setCalcMemberSolveOrder(java.lang.String input)Specifies the solve order for a dimension that has dynamically-calculated members. |
void |
setDimension(Dimension input)Specifies the dimension that this SolveDefDimRef references. |
void |
setSolveDefinition(SolveDefinition input)Specifies the AggregationDefinition that you want to own the SolveDefDimRef. |
java.lang.String |
WriteToXML()Gets an XML representation of the SolveDefDimRef. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, DataRead, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SolveDefDimRef(BaseObject input)
SolveDefDimRef for the specified AggregationDefinition.input - The AggregationDefinition to own the SolveDefDimRef.| Method Detail |
public void setSolveDefinition(SolveDefinition input)
AggregationDefinition that you want to own the SolveDefDimRef.input - The AggregationDefinition to own the SolveDefDimRef.public SolveDefinition getSolveDefinition()
AggregationDefinition that owns the SolveDefDimRef.AggregationDefinition that owns the SolveDefDimRef.public void setDimension(Dimension input)
SolveDefDimRef references.input - The Dimension referenced by the SolveDefDimRef .public Dimension getDimension()
SolveDefDimRef references.Dimension referenced by the SolveDefDimRef.public java.lang.String getCalcMemberSolveOrder()
String, returned by this method specifies the position in the solve order of the dimension referenced by the SolveDefDimRef. This method is only meaningful for dimensions that have one or more SessionCalculatedMember objects.String that indicates the position in the solve order of the referenced dimension.public void setCalcMemberSolveOrder(java.lang.String input)
SessionCalculatedMember might execute dynamic calculations that override the default solve order in the AggregationDefinition. This method is only meaningful for dimensions that have one or more SessionCalculatedMember objects.
The number, as a String, specified by this method determines the position in the solve order of the dimension referenced by the SolveDefDimRef. The default solve order value is 0 (zero), which specifies that the default solve order cannot be overridden.
input - A String that specifies the numeric position of the referenced dimension in the solve order.public java.lang.String WriteToXML()
SolveDefDimRef.String that represents the SolveDefDimRef.public java.lang.String Create(AWConnection connection)
SolveDefDimRef in the current analytic workspace of the specified database connection.connection - The AWConnection that specifies the database connection.String that contains success if the method creates the AggregationDefinition.public java.lang.String Delete(AWConnection connection)
SolveDefDimRef from the current analytic workspace for the specified connection.connection - The AWConnection that specifies the database connection.String that contains success if the method successfully deletes the AggregationDefinition.public java.lang.String CreateFirst(AWConnection connection)
SolveDefDimRef and adds it at the beginning of the list of SolveDefDimRef objects of the AggregationDefinition that is owned by the AW object that represents the current analytic workspace of the specified database connection.connection - The AWConnection that represents the database connection.String that contains success if the method successfully creates the SolveDefDimRef.
public java.lang.String CreateAfter(AWConnection connection,
BaseObject referencedObj)
SolveDefDimRef and adds it after the referenced SolveDefDimRef to the list of SolveDefDimRef objects of the AggregationDefinition that is owned by the AW object that represents the current analytic workspace of the specified database connection.connection - The AWConnection that represents the database connection.referencedObj - The SolveDefDimRef after which you want to add the new SolveDefDimRef.String that contains success if the method successfully creates the SolveDefDimRef.
public java.lang.String CreateBefore(AWConnection connection,
BaseObject referencedObj)
SolveDefDimRef and adds it before the referenced SolveDefDimRef to the list of SolveDefDimRef objects of the AggregationDefinition that is owned by the AW object that represents the current analytic workspace of the specified database connection.connection - The AWConnection that represents the database connection.referencedObj - The SolveDefDimRef before which you want to add the new SolveDefDimRef.String that contains success if the method successfully creates the SolveDefDimRef.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||