|
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.SolveDefinition
The OLAP DML definition for a Solve. A SolveDefinition can be an AggregationDefinition, an AllocationDefinition, or a ForecastDefinition.
In the OLAP DML, a SolveDefinition can be an aggregation map for aggregation, an allocation map for allocation, or a forecast command for a forecast.
| 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 | |
SolveDefinition()Default Constructor | |
SolveDefinition(BaseObject input)Constructor that takes the owner of this object. | |
| Method Summary | |
java.lang.String |
getId()Returns the full name of the current object. |
java.lang.String |
getParentId()Returns the identifier of the parent of the current object. |
java.lang.String |
WriteToXML()Returns the object as an XML string. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, Create, CreateAfter, CreateBefore, CreateFirst, Delete, getLongName, getName, getOwner, 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 SolveDefinition()
public SolveDefinition(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 java.lang.String getId()
The following is an example of a full name for an attribute whose simple name is TIME_SPAN and whose parent object is a dimension called TIME.
GLOBAL_AW.TIME.TIME_SPAN.ATTRIBUTE
For more information on standard form naming conventions, see the Oracle OLAP Application Developer's Guide.
Overrides:getId in class BaseObjectStringpublic java.lang.String getParentId()
String
|
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 | ||||||||