|
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.Allocation | +--oracle.AWXML.AllocationHierarchySpecification
A hierarchy specification in an Allocation
.
An AllocationHierarchySpecification
may include a DimensionMemberSelection
, which designates dimension levels or members to be included in the allocation.
AllocationHierarchySpecification
objects are ordered within an AllocationDefinition
.
AllocationDefinition
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
AllocationHierarchySpecification(BaseObject input) Creates an AllocationHierarchySpecification for the specified AllocationDefinition . |
Method Summary | |
java.lang.String |
Create(AWConnection connection) Creates the AllocationHierarchySpecification in the current analytic workspace of the specified database connection. |
java.lang.String |
CreateAfter(AWConnection connection, BaseObject referencedObj) Creates the AllocationHierarchySpecification after the specified Allocation in the analytic workspace of the specified database connection. |
java.lang.String |
CreateBefore(AWConnection connection, BaseObject referencedObj) Creates the AllocationHierarchySpecification before the specified Allocation in the current analytic workspace of the specified database connection. |
java.lang.String |
CreateFirst(AWConnection connection) Creates the AllocationHierarchySpecification at the beginning of list of Allocation objects for this AllocationDefinition in the analytic workspace of the specified database connection. |
java.lang.String |
Delete(AWConnection connection) Deletes the AllocationHierarchySpecification in the current analytic workspace of the specified database connection. |
Dimension |
getDimension() Returns the dimension in the AllocationHierarchySpecification . |
Hierarchy |
getHierarchy() Returns the hierarchy in the AllocationHierarchySpecification . |
void |
setDimension(Dimension input) Sets the dimension in the AllocationHierarchySpecification . |
void |
setHierarchy(Hierarchy input) Sets the hierarchy in the AllocationHierarchySpecification . |
java.lang.String |
WriteToXML() Returns the AllocationHierarchySpecification as an XML string. |
Methods inherited from class oracle.AWXML.Allocation |
createAllocationArgument, createAllocationOperator, getAllocationArguments, getAllocationOperator, getCalculationOrder, getNaOperator, getRemOperator, setAllocationArgument, setAllocationOperator, setCalculationOrder, setCalculationOrder, setNaOperator, setRemOperator |
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 AllocationHierarchySpecification(BaseObject input)
AllocationHierarchySpecification
for the specified AllocationDefinition
.input
- The AllocationDefinition
that uses this AllocationHierarchySpecification
.Method Detail |
public java.lang.String WriteToXML()
AllocationHierarchySpecification
as an XML string.String
containing the XML that represents the AllocationHierarchySpecification
.public void setHierarchy(Hierarchy input)
AllocationHierarchySpecification
.input
- The allocation Hierarchy
.public Hierarchy getHierarchy()
AllocationHierarchySpecification
.Hierarchy
.public void setDimension(Dimension input)
AllocationHierarchySpecification
. The dimension must be the owner of the hierarchy.input
- The allocation Dimension
.public Dimension getDimension()
AllocationHierarchySpecification
.Dimension
.public java.lang.String Create(AWConnection connection)
AllocationHierarchySpecification
in the current analytic workspace of the specified database connection. If other Allocation
objects already exist for this AllocationDefinition
, adds the new one to the end of the list.connection
- The AWConnection
that specifies the connection.success
" if successful.public java.lang.String CreateFirst(AWConnection connection)
AllocationHierarchySpecification
at the beginning of list of Allocation
objects for this AllocationDefinition
in the analytic workspace of the specified database connection.connection
- The AWConnection
that specifies the connection.success
" if successful.public java.lang.String CreateAfter(AWConnection connection, BaseObject referencedObj)
AllocationHierarchySpecification
after the specified Allocation
in the analytic workspace of the specified database connection.connection
- The AWConnection
that specifies the database connection.referencedObj
- The referenced Allocation
.success
" if successful.public java.lang.String CreateBefore(AWConnection connection, BaseObject referencedObj)
AllocationHierarchySpecification
before the specified Allocation
in the current analytic workspace of the specified database connection.connection
- The AWConnection
that specifies the database connection.referencedObj
- The referenced Allocation
.success
" if successful.public java.lang.String Delete(AWConnection connection)
AllocationHierarchySpecification
in the current analytic workspace of the specified database connection.connection
- The AWConnection
that specifies the database connection.success
" if successful.
|
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 |