|
Oracle OLAP Analytic Workspace Java API Reference 10g Release 1 (10.1) B12180-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
Specifies the allocation rules for a hierarchy of a dimension. The rules may designate specific levels or dimension members to include in the allocation. The selection of dimension members is specified in a DimensionMemberSelection object.
In the OLAP DML, the AllocationHierarchySpecification is a parent relation in the RELATION statement of the allocation map.
For more information, see the Oracle OLAP DML Reference.
| Fields inherited from class oracle.AWXML.Allocation |
m_arguments, m_calculationOrder, m_naOperator, m_operator, m_remOperator |
| Fields inherited from class oracle.AWXML.BaseObject |
AWNULL, DATABASENULL, m_commandResults, m_commandResultText, m_id, m_listResults, m_longName, m_name, m_owner, m_pluralName, m_schema, m_shortName, s_EndElementTag, s_EndEndTag, s_EndStartTag, s_EndTag, s_Indent, s_JAVA_LINEEND, s_NEWLINE, s_objectCounter, s_StartEndTag, s_StartStartTag |
| Constructor Summary | |
AllocationHierarchySpecification(BaseObject input)Constructor that takes the owner of this object. | |
| Method Summary | |
java.lang.String |
Create(AWConnection connection)Creates a new AllocationHierarchySpecification in the analytic workspace. |
java.lang.String |
CreateAfter(AWConnection connection, BaseObject referencedObj)Creates the current object in the analytic workspace as part of an ordered set of objects after the specified object. |
java.lang.String |
CreateBefore(AWConnection connection, BaseObject referencedObj)Creates the current object in the analytic workspace as part of an ordered set of objects before the specified object. |
java.lang.String |
CreateFirst(AWConnection connection)Creates the current object in the analytic workspace first as part of an ordered set of objects. |
java.lang.String |
Delete(AWConnection connection)Removes the object from the analytic workspace. |
Dimension |
getDimension()Returns the Dimension of the Hierarchy. |
Hierarchy |
getHierarchy()Returns the hierarchy to which the allocation applies. |
void |
setDimension(Dimension input)Sets the Dimension of the Hierarchy. |
void |
setHierarchy(Hierarchy input)Sets the hierarchy for the allocation. |
java.lang.String |
WriteToXML()Returns the object as an XML string. |
| Methods inherited from class oracle.AWXML.Allocation |
createAllocationArgument, createAllocationOperator, getAllocationArguments, getAllocationOperator, getAllocationText, getCalculationOrder, getNaOperator, getRemOperator, setAllocationArgument, setAllocationOperator, setCalculationOrder, setCalculationOrder, setNaOperator, setRemOperator |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, getId, getLongName, getName, getOwner, getParentId, getPluralName, getSchema, getShortName, setLongName, setName, setPluralName, setSchema, 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)
input - BaseObject that is the owner of this object in the object model| Method Detail |
public java.lang.String WriteToXML()
String containing the XML that represents the objectpublic void setHierarchy(Hierarchy input)
input - Hierarchypublic Hierarchy getHierarchy()
Hierarchypublic void setDimension(Dimension input)
input - Dimensionpublic Dimension getDimension()
Dimensionpublic java.lang.String Create(AWConnection connection)
AllocationHierarchySpecification in the analytic workspace.connection - AWConnectionString containing "success" if successfulpublic java.lang.String CreateFirst(AWConnection connection)
connection - A AWConnection that represents the current OLAP sessionString containing "success" if successfulpublic java.lang.String CreateAfter(AWConnection connection, BaseObject referencedObj)
connection - A AWConnection that represents the current OLAP sessionreferencedObj - A BaseObject that represents where in the ordered collection to insert the new object.String containing "success" if successfulpublic java.lang.String CreateBefore(AWConnection connection, BaseObject referencedObj)
connection - A AWConnection that represents the current OLAP sessionreferencedObj - A BaseObject that represents where in the ordered collection to insert the new object.String containing "success" if successfulpublic java.lang.String Delete(AWConnection connection)
connection - AWConnectionString containing "success" if successful
|
Oracle OLAP Analytic Workspace Java API Reference 10g Release 1 (10.1) B12180-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||