|
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.CalculatedMember | +--oracle.AWXML.PermanentCalculatedMember
A CalculatedMember
that is stored permanently in the analytic workspace.
SessionCalculatedMember
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
PermanentCalculatedMember(BaseObject input) Creates a PermanentCalculatedMember for the specified Dimension . |
Method Summary | |
java.lang.String |
Alter(AWConnection connection) Alters the class attributes of the PermanentCalculatedMember in the current analytic workspace of the specified database connection. |
java.lang.String |
Create(AWConnection connection) Creates the PermanentCalculatedMember in the current analytic workspace of the specified database connection. |
java.lang.String |
Delete(AWConnection connection) Deletes the PermanentCalculatedMember in the current analytic workspace of the specified database connection. |
java.lang.String |
getMemberReference() Gets the dimension member that the PermanentCalculatedMember overrides. |
boolean |
isOverride() Indicates whether the PermanentCalculatedMember overrides the dimension member specified by the setMemberReference method. |
void |
setIsOverride(boolean input) Specifies whether the PermanentCalculatedMember overrides the dimension member specified by the setMemberReference method. |
void |
setIsOverride(java.lang.Boolean input) Specifies whether the PermanentCalculatedMember overrides the dimension member specified by the setMemberReference method. |
void |
setMemberReference(java.lang.String input) Specifies the dimension member that the PermanentCalculatedMember overrides. |
java.lang.String |
WriteToXML() Gets an XML representation of the PermanentCalculatedMember . |
Methods inherited from class oracle.AWXML.CalculatedMember |
getExpressionText, setExpressionText |
Methods inherited from class oracle.AWXML.BaseObject |
CreateAfter, CreateBefore, CreateFirst, 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 PermanentCalculatedMember(BaseObject input)
PermanentCalculatedMember
for the specified Dimension
.input
- The Dimension
that owns the PermanentCalculatedMember
.Method Detail |
public java.lang.String WriteToXML()
PermanentCalculatedMember
.String
that is an XML representation of the PermanentCalculatedMember
.public java.lang.String Create(AWConnection connection)
PermanentCalculatedMember
in the current analytic workspace of the specified database connection.connection
- The AWConnection
that specifies the database connection.String
that contains success
.public java.lang.String Alter(AWConnection connection)
PermanentCalculatedMember
in the current analytic workspace of the specified database connection.connection
- The AWConnection
that specifies the database connection.String
that contains success
.public java.lang.String Delete(AWConnection connection)
PermanentCalculatedMember
in the current analytic workspace of the specified database connection.connection
- The AWConnection
that specifies the database connection.String
that contains success
.public void setMemberReference(java.lang.String input)
PermanentCalculatedMember
overrides.input
- A String
that contains the name of the dimension member that you want the PermanentCalculatedMember
to override.public java.lang.String getMemberReference()
PermanentCalculatedMember
overrides.String
that contains the name of the dimension member that the CODE>PermanentCalculatedMember overrides.public void setIsOverride(boolean input)
PermanentCalculatedMember
overrides the dimension member specified by the setMemberReference
method.input
- A boolean
that is true
if you want the PermanentCalculatedMember
to override an existing dimension member or false
otherwise.public void setIsOverride(java.lang.Boolean input)
PermanentCalculatedMember
overrides the dimension member specified by the setMemberReference
method.input
- A Boolean
that contains true
if you want the PermanentCalculatedMember
to override an existing dimension member or false
otherwise.public boolean isOverride()
PermanentCalculatedMember
overrides the dimension member specified by the setMemberReference
method.boolean
that is true
if the PermanentCalculatedMember
overrides an existing dimension member or false
otherwise.
|
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 |