com.sap.businessobjects.platform.search.common
Class CreateDocumentResponse

java.lang.Object
  extended by DefaultPlatformSearchResponse
      extended by com.sap.businessobjects.platform.search.common.CreateDocumentResponse

public class CreateDocumentResponse
extends DefaultPlatformSearchResponse

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

CreateDocumentResponse

public CreateDocumentResponse()
Method Detail

fromXML

public void fromXML(XmlPullParser parser)
             throws java.lang.Exception

Internal use only.

Throws:
java.lang.Exception

toXML

public void toXML(XmlSerializer serializer)
           throws java.lang.Exception

Internal use only.

Throws:
java.lang.Exception

getTempFolderId

public java.lang.String getTempFolderId()

Retrieves the folder ID where the Interactive Analysis document is created.

Returns:
The folder ID where the Interactive Analysis document is created.

setTempFolderId

public void setTempFolderId(java.lang.String tempFolderId)

Internal use only.