java.lang.Object | |||||
↳ | com.microstrategy.web.tasks.AbstractBaseTask | ||||
↳ | com.microstrategy.web.app.tasks.AbstractAppTask | ||||
↳ | com.microstrategy.web.app.tasks.WebComponentTask | ||||
↳ | com.microstrategy.web.app.tasks.BeanTask | ||||
↳ | com.microstrategy.web.app.tasks.ElementsBrowseTask |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | TASK_PARAM_NAME_ATTRIBUTE | The name of the Task parameter that identifies whether this Task is invoked for the Javascript UI Library ("JUIL"). | |||||||||
String | TASK_PARAM_NAME_MATCH | The name of the Task parameter that identifies whether this Task is invoked for the Javascript UI Library ("JUIL"). | |||||||||
String | TASK_PARAM_NAME_PATTERN | The name of the Task parameter that identifies whether this Task is invoked for the Javascript UI Library ("JUIL"). | |||||||||
String | TASK_PARAM_NAME_TARGET | The name of the Task parameter that identifies whether this Task is invoked for the Javascript UI Library ("JUIL"). |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ElementsBrowseTask() |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
handleEvent(BeanTaskRequestContext btrContext)
This method instructs the WebBean to handle the event.
| ||||||||||
void |
registerParameterMetadata(TaskParameterMetadata parameterMetadata)
Registers a specific Task parameter metadata.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The name of the Task parameter that identifies whether this Task is invoked for the Javascript UI Library ("JUIL").
The name of the Task parameter that identifies whether this Task is invoked for the Javascript UI Library ("JUIL").
The name of the Task parameter that identifies whether this Task is invoked for the Javascript UI Library ("JUIL").
The name of the Task parameter that identifies whether this Task is invoked for the Javascript UI Library ("JUIL").
This method instructs the WebBean to handle the event. It is
called from processRequest(TaskRequestContext, TaskOutput)
.
btrContext | The BeanTaskRequestContext that contains the WebBean instance. |
---|
TaskException |
---|
Registers a specific Task parameter metadata. This method is
called by registerTaskMetadata(TaskMetadata)
. It is helpful to
override in a Task so that a specific TaskParameterMetadata may be
saved for later use.
parameterMetadata | The TaskParameterMetadata object being saved. |
---|