|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDefaultPlatformSearchResponse
com.sap.businessobjects.platform.search.common.CreateDocumentResponse
public class CreateDocumentResponse
The CreateDocumentResponse class provides the response to the create document request.
| Constructor Summary | |
|---|---|
CreateDocumentResponse()
|
|
| Method Summary | |
|---|---|
void |
fromXML(XmlPullParser parser)
Internal use only. |
java.lang.String |
getTempFolderId()
Retrieves the folder ID where the Interactive Analysis document is created. |
void |
setTempFolderId(java.lang.String tempFolderId)
Internal use only. |
void |
toXML(XmlSerializer serializer)
Internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateDocumentResponse()
| Method Detail |
|---|
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.lang.String getTempFolderId()
Retrieves the folder ID where the Interactive Analysis document is created.
public void setTempFolderId(java.lang.String tempFolderId)
Internal use only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||