|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDefaultPlatformSearchRequest
com.sap.businessobjects.platform.search.common.CreateDocumentRequest
public class CreateDocumentRequest
The CreateDocumentRequest class provides the parameters to create an Interactive Analysis document.
The CreateDocumentRequest is passed to the Platform Search Service. The Platform Search Service uses the request parameters
to create the document using the universe objects and filters which are returned as a part of the Universe object hits.
| Constructor Summary | |
|---|---|
CreateDocumentRequest()
|
|
| Method Summary | |
|---|---|
void |
addFilter(java.lang.String objectName,
java.lang.String[] values)
This method accepts the filter name and values that you want to apply to the Interactive Analysis document. |
void |
addResultObjectName(java.lang.String name)
This method accepts the name of the Universe object that you want to view in an Interactive Analysis document. |
void |
fromXML(XmlPullParser parser)
Internal use only. |
boolean |
getAutoDrill()
Internal use only. |
boolean |
getAutoRun()
Internal use only. |
java.util.Vector |
getM_filerObjects()
Internal use only. |
java.util.Vector |
getM_filterValuesObjects()
Internal use only. |
java.util.Vector |
getM_resultObjects()
Internal use only. |
java.lang.String |
getSearchAgent()
Internal use only. |
java.lang.String |
getTitle()
This method retrieves the title specified for the Interactive Analysis document. |
java.lang.String |
getUniverseCUID()
This method retrieves the Universe CUID used to create an Interactive Analysis document. |
void |
setAutoDrill(boolean value)
This method provides the parameters to enable auto drill option in an Interactive Analysis document. |
void |
setAutoRun(boolean value)
This method provides the parameters to execute the query for the Interactive Analysis document. |
void |
setM_filerObjects(java.util.Vector objects)
Internal use only. |
void |
setM_filterValuesObjects(java.util.Vector valuesObjects)
Internal use only. |
void |
setM_resultObjects(java.util.Vector objects)
Internal use only. |
void |
setTitle(java.lang.String title)
This method defines the parameters to set the title of report created in Interactive Analysis. |
void |
setUniverseCUID(java.lang.String cuid)
This method provides the parameters to define the Universe CUID to be used to create an Interactive Analysis document. |
void |
toXML(XmlSerializer serializer)
Internal use only. |
void |
validateRequest()
Internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateDocumentRequest()
| Method Detail |
|---|
public void setUniverseCUID(java.lang.String cuid)
This method provides the parameters to define the Universe CUID to be used to create an Interactive Analysis document.
cuid - A String value to set CUID of the universe.public java.lang.String getUniverseCUID()
This method retrieves the Universe CUID used to create an Interactive Analysis document.
public void setTitle(java.lang.String title)
This method defines the parameters to set the title of report created in Interactive Analysis.
title - A String value to set the title of report.public java.lang.String getTitle()
This method retrieves the title specified for the Interactive Analysis document.
public void setAutoRun(boolean value)
This method provides the parameters to execute the query for the Interactive Analysis document.
value - A boolean value to execute the query for the Interactive Analysis document.public boolean getAutoRun()
Internal use only.
public void setAutoDrill(boolean value)
This method provides the parameters to enable auto drill option in an Interactive Analysis document.
value - A boolean value to enable auto drill in an Interactive Analysis document.public boolean getAutoDrill()
Internal use only.
public void addResultObjectName(java.lang.String name)
This method accepts the name of the Universe object that you want to view in an Interactive Analysis document. These Universe object names are returned as a part of the Universe Hit response retrieved from the search results.
name - A String value of Universe object that you want to view in an Interactive Analysis document.
public void addFilter(java.lang.String objectName,
java.lang.String[] values)
This method accepts the filter name and values that you want to apply to the Interactive Analysis document. These filters are returned as a part of the Universe Hit response retrieve from search results.
objectName - A String value for the filterName used in an Interactive Analysis document.values - An array of strings to specify the values for the specified filterName.
public void fromXML(XmlPullParser parser)
throws java.lang.Exception
Internal use only.
java.lang.Exception
public void toXML(XmlSerializer serializer)
throws java.lang.Exception
Internal use only.
java.lang.Exceptionpublic java.util.Vector getM_resultObjects()
Internal use only.
public void setM_resultObjects(java.util.Vector objects)
Internal use only.
public java.util.Vector getM_filerObjects()
Internal use only.
public void setM_filerObjects(java.util.Vector objects)
Internal use only.
public java.util.Vector getM_filterValuesObjects()
Internal use only.
public void setM_filterValuesObjects(java.util.Vector valuesObjects)
Internal use only.
public java.lang.String getSearchAgent()
Internal use only.
public void validateRequest()
Internal use only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||