|
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.AWXML.BaseObject | +--oracle.AWXML.SolveDefDimRef
A dimension reference in a SolveDefinition
.
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
SolveDefDimRef(BaseObject input) Creates a SolveDefDimRef in the specified SolveDefinition . |
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 BaseObject and adds it after the referenced object in a sequence of objects in the current analytic workspace of the specified database connection. |
java.lang.String |
CreateBefore(AWConnection connection, BaseObject referencedObj) Creates a BaseObject and adds it before the referenced object in a sequence in the current analytic workspace of the specified database connection. |
java.lang.String |
CreateFirst(AWConnection connection) Creates a SolveDefDimRef in the current analytic workspace of the specified database connection. |
java.lang.String |
Delete(AWConnection connection) Deletes the object in the current analytic workspace of the specified database connection. |
java.lang.String |
getCalcMemberSolveOrder() Returns the solve order for a dimension that has dynamically-calculated members. |
Dimension |
getDimension() Returns the dimension in the SolveDefDimRef . |
SolveDefinition |
getSolveDefinition() Returns the SolveDefinition that uses this dimension reference. |
void |
setCalcMemberSolveOrder(java.lang.String input) Sets the solve order for a dimension that has dynamically-calculated members. |
void |
setDimension(Dimension input) Sets the dimension in the SolveDefDimRef . |
void |
setSolveDefinition(SolveDefinition input) Sets the SolveDefinition that will use this dimension reference. |
java.lang.String |
WriteToXML() Returns the SolveDefDimRef as an XML string. |
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
in the specified SolveDefinition
.input
- The SolveDefinition
that owns the SolveDefDimRef
.Method Detail |
public void setSolveDefinition(SolveDefinition input)
SolveDefinition
that will use this dimension reference.input
- The owning SolveDefinition
.public SolveDefinition getSolveDefinition()
SolveDefinition
that uses this dimension reference.SolveDefinition
.public void setDimension(Dimension input)
SolveDefDimRef
.input
- The Dimension
.public Dimension getDimension()
SolveDefDimRef
.Dimension
.public java.lang.String getCalcMemberSolveOrder()
In some cases, a SessionCalculatedMember
might execute dynamic calculations that override the default solve order in the AggregationDefinition
.
The number returned by the getCalcMemberSolveOrder
method specifies the dimension's position in the solve order. If the method returns "0
" (default), the default solve order cannot be overridden.
This method is only meaningful for dimensions that have one or more SessionCalculatedMember
objects.
String
specifying the numeric position in the solve order. Default value is "0
".public void setCalcMemberSolveOrder(java.lang.String input)
In some cases, a SessionCalculatedMember
might execute dynamic calculations that override the default solve order in the AggregationDefinition
.
The setCalcMemberSolveOrder
method specifies the dimension's position in the solve order. If the position is zero (default), the default solve order cannot be overridden.
This method is only meaningful for dimensions that have one or more SessionCalculatedMember
objects.
input
- A String
specifying the numeric position in the solve order. Default value is "0
".public java.lang.String WriteToXML()
SolveDefDimRef
as an XML string.String
containing the XML 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.success
" if successful.public java.lang.String Delete(AWConnection connection)
connection
- The AWConnection
that represents database connection.String
that contains success
.public java.lang.String CreateFirst(AWConnection connection)
SolveDefDimRef
in the current analytic workspace of the specified database connection.connection
- The AWConnection
that specifies the database connection.success
" if successful.public java.lang.String CreateAfter(AWConnection connection, BaseObject referencedObj)
BaseObject
and adds it after the referenced object in a sequence of objects in the current analytic workspace of the specified database connection. Use this method only to create a BaseObject
that you want to add to a sequence.connection
- The AWConnection
that represents the database connection.referencedObj
- The BaseObject
in the sequence after which to add the new BaseObject
.String
that contains success
.public java.lang.String CreateBefore(AWConnection connection, BaseObject referencedObj)
BaseObject
and adds it before the referenced object in a sequence in the current analytic workspace of the specified database connection. Use this method only to create a BaseObject
that you want to add to a sequence.connection
- The AWConnection
that represents the database connection.referencedObj
- The BaseObject
in the sequence before which to add the new BaseObject
.String
that contains success
.
|
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 |