public class

GetMapBoxPolygonIDTask

extends AbstractAppTask
java.lang.Object
   ↳ com.microstrategy.web.tasks.AbstractBaseTask
     ↳ com.microstrategy.web.app.tasks.AbstractAppTask
       ↳ com.microstrategy.web.app.tasks.GetMapBoxPolygonIDTask

Summary

Constants
String PARAM_parentKey
String PARAM_queryField
String PARAM_secondShapeId
String PARAM_shapeId
String PARAM_worldView
[Expand]
Inherited Constants
From class com.microstrategy.web.tasks.AbstractBaseTask
[Expand]
Inherited Fields
From class com.microstrategy.web.tasks.AbstractBaseTask
Public Constructors
GetMapBoxPolygonIDTask()
Public Methods
void processRequest(TaskRequestContext context, MarkupOutput markupOutput)
The default implementation of this version of processRequest is empty.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.tasks.AbstractAppTask
From class com.microstrategy.web.tasks.AbstractBaseTask
From class java.lang.Object
From interface com.microstrategy.web.tasks.Task

Constants

public static final String PARAM_parentKey

Constant Value: "parentKey"

public static final String PARAM_queryField

Constant Value: "queryField"

public static final String PARAM_secondShapeId

Constant Value: "secondShapeId"

public static final String PARAM_shapeId

Constant Value: "shapeId"

public static final String PARAM_worldView

Constant Value: "worldView"

Public Constructors

public GetMapBoxPolygonIDTask ()

Public Methods

public void processRequest (TaskRequestContext context, MarkupOutput markupOutput)

The default implementation of this version of processRequest is empty. Task implementators may override either version of processRequest.

Parameters
context The TaskRequestContext object that maintains the state of the request.
markupOutput The MarkupOutput that records the contents of the Task response.
Throws
TaskException