Package com.microstrategy.web.app.tasks
Class TaskInvoker
- java.lang.Object
 - 
- com.microstrategy.web.app.tasks.TaskInvoker
 
 
- 
public class TaskInvoker extends java.lang.ObjectThis class assists in invoking Tasks from the Server Side. The current use case is to invoke Tasks from a JSP page, though this may not be the only scenario that this class is used. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskInvoker.Contextstatic classTaskInvoker.TaskInfo 
- 
Constructor Summary
Constructors Constructor Description TaskInvoker() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringinvokeTask(TaskInvoker.TaskInfo taskInfo, TaskInvoker.Context context) 
 - 
 
- 
- 
Method Detail
- 
invokeTask
public static java.lang.String invokeTask(TaskInvoker.TaskInfo taskInfo, TaskInvoker.Context context) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
 -