|
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.AWObject
|
+--oracle.AWXML.MemberSelection
|
+--oracle.AWXML.Level
A MemberSelection whose members share the same level within a hierarchy of a dimension. For example, the Month level within a Time dimension could consist of members January, February, and so on.
A Level implements the DerivedMeasureInput interface, and therefore can be used as input to the calculations that define a derived measure.
| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
Level(BaseObject input)Creates a Level for the specified Dimension. |
|
| Method Summary | |
java.lang.String |
Alter(AWConnection connection)Alter the Level within the current analytic workspace of the specified connection. |
java.lang.String |
Create(AWConnection connection)Creates the Level within the current analytic workspace of the specified database connection. |
java.lang.String |
Delete(AWConnection connection)Deletes the Level in the current analytic workspace of the specified database connection. |
AttributeProjection |
findAttributeProjection(Attribute input)Returns the level attribute ( AttributeProjection) that corresponds to the specified dimension attribute (Attribute). |
java.lang.String |
WriteToXML()Returns the Level as an XML string. |
| 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 Level(BaseObject input)
Level for the specified Dimension.
Note: The object factories are a recommended way of creating objects. For example, use the createLevel method on a Dimension object.
input - The Dimension that owns the Level.| Method Detail |
public java.lang.String WriteToXML()
Level as an XML string.String containing the XML that represents the Level.public java.lang.String Create(AWConnection connection)
Level within the current analytic workspace of the specified database connection.connection - The AWConnection that specifies the database connection.success" if successful.public java.lang.String Alter(AWConnection connection)
Level within the current analytic workspace of the specified connection.connection - An AWConnection that defines the connection.Stringpublic java.lang.String Delete(AWConnection connection)
Level in the current analytic workspace of the specified database connection.connection - The AWConnection that specifies the database connection.success" if successful.public AttributeProjection findAttributeProjection(Attribute input)
AttributeProjection) that corresponds to the specified dimension attribute (Attribute). For example, the TIME_SPAN dimension attribute for the Month level might be MONTH_TIME_SPAN.input - The Attribute that defines the dimension attributeAttributeProjection that defines the dimension attribute for this level
|
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 | ||||||||