protected static class

TaskProcessorController.TaskEnvelope

extends Object
java.lang.Object
   ↳ com.microstrategy.web.controller.TaskProcessorController.TaskEnvelope

Summary

Protected Constructors
TaskEnvelope()
Public Methods
String[] getAllowedTasks()
String getDefaultContentType()
String getEncoders()
String getFailurePath()
String getSuccessPath()
boolean isValidContentType(String value)
void setAllowedTasks(String allowedTasks)
void setContentTypes(String value)
void setDefaultContentType(String defaultContentType)
void setEncoders(String encoders)
void setFailurePath(String failurePath)
void setSuccessPath(String successPath)
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected TaskEnvelope ()

Public Methods

public String[] getAllowedTasks ()

public String getDefaultContentType ()

public String getEncoders ()

public String getFailurePath ()

public String getSuccessPath ()

public boolean isValidContentType (String value)

public void setAllowedTasks (String allowedTasks)

public void setContentTypes (String value)

public void setDefaultContentType (String defaultContentType)

public void setEncoders (String encoders)

public void setFailurePath (String failurePath)

public void setSuccessPath (String successPath)