public class

UsherNotifyMeRequest

extends NetworkRequest
implements EnumUsherRequest
java.lang.Object
   ↳ com.microstrategy.web.app.utils.usher.NetworkRequest
     ↳ com.microstrategy.web.app.utils.usher.UsherNotifyMeRequest

Summary

[Expand]
Inherited Constants
From class com.microstrategy.web.app.utils.usher.NetworkRequest
From interface com.microstrategy.web.app.utils.usher.EnumUsherRequest
[Expand]
Inherited Fields
From class com.microstrategy.web.app.utils.usher.NetworkRequest
Public Constructors
UsherNotifyMeRequest(RequestKeys incomingKeys, UsherSessionHelper session)
Public Methods
String getResult()
To get the result of this request
void setResult(String result)
To set the response from the server as the result of this request
Protected Methods
void addRequestParameters()
void addRequestProperties()
void handleResponse(String result)
void handleResponse(InputStream inputStream, String contentType, Map<String, List<String>> headers)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.utils.usher.NetworkRequest
From class java.lang.Object

Public Constructors

public UsherNotifyMeRequest (RequestKeys incomingKeys, UsherSessionHelper session)

Public Methods

public String getResult ()

To get the result of this request

Returns
  • String

public void setResult (String result)

To set the response from the server as the result of this request

Protected Methods

protected void addRequestParameters ()

Throws
TaskException

protected void addRequestProperties ()

protected void handleResponse (String result)

protected void handleResponse (InputStream inputStream, String contentType, Map<String, List<String>> headers)