| 
 | 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.Solve
              |
              +--oracle.AWXML.ForecastSolve
A Solve that specifies a forecast for a given measure or a group of measures within a cube. Each ForecastSolve specifies a target to hold the results of the forecast. If you do not designate a source, the target is both source and target, causing the source to be overwritten with the results of the forecast.
Refer to the FORECAST command in the OLAP DML Reference.
| 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 | |
| ForecastSolve()Default Constructor | |
| ForecastSolve(BaseObject input)Constructor that takes the owner of this object. | |
| Method Summary | |
|  java.lang.String | Create(AWConnection connection)Create a new ForecastSolvein the analytic workspace. | 
|  java.lang.String | CreateAfter(AWConnection connection, BaseObject referencedObj)Create a new ForecastSolveafter the referenced object in the analytic workspace. | 
|  java.lang.String | CreateBefore(AWConnection connection, BaseObject referencedObj)Create a new ForecastSolvebefore the referenced object in the analytic workspace. | 
|  java.lang.String | CreateFirst(AWConnection connection)Create a new ForecastSolvefirst in the analytic workspace. | 
|  java.lang.String | Delete(AWConnection connection)Removes a ForecastSolvefrom the analytic workspace. | 
|  ForecastDefinition | getForecastDefinition() | 
|  Measure | getSource() | 
|  Measure | getTarget() | 
|  void | setForecastDefinition(ForecastDefinition input) | 
|  void | setSource(Measure input) | 
|  void | setTarget(Measure input) | 
|  java.lang.String | WriteToXML()Returns the object as an XML string. | 
| Methods inherited from class oracle.AWXML.Solve | 
| addDimensionMemberSelection, createDimensionMemberSelection, getDimensionMemberSelection, getId, getParentId, getSolveOrder, readAWMetaData, removeDimensionMemberSelection, setSolveOrder, setSolveOrder | 
| Methods inherited from class oracle.AWXML.BaseObject | 
| Alter, 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 ForecastSolve()
public ForecastSolve(BaseObject input)
input - BaseObject that is the owner of this object in the object model| Method Detail | 
public void setTarget(Measure input)
input - Measurepublic Measure getTarget()
Measurepublic void setSource(Measure input)
input - Measurepublic Measure getSource()
Measurepublic void setForecastDefinition(ForecastDefinition input)
input - ForecastDefinitionpublic ForecastDefinition getForecastDefinition()
ForecastDefinitionpublic java.lang.String Create(AWConnection connection)
ForecastSolve in the analytic workspace.connection - AWConnectionString containing "success" if successfulpublic java.lang.String CreateFirst(AWConnection connection)
ForecastSolve first in the analytic workspace.connection - AWConnectionString containing "success" if successfulpublic java.lang.String CreateAfter(AWConnection connection, BaseObject referencedObj)
ForecastSolve after the referenced object in the analytic workspace.connection - AWConnectionreferencedObj - BaseObjectString containing "success" if successfulpublic java.lang.String CreateBefore(AWConnection connection, BaseObject referencedObj)
ForecastSolve before the referenced object in the analytic workspace.connection - AWConnectionreferencedObj - BaseObjectString containing "success" if successfulpublic java.lang.String Delete(AWConnection connection)
ForecastSolve from the analytic workspace.connection - AWConnectionString containing "success" if successfulpublic java.lang.String WriteToXML()
String containing the XML that represents the object| 
 | 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 | ||||||||