java.lang.Object | ||
↳ | com.microstrategy.web.tasks.AbstractBaseTask | |
↳ | com.microstrategy.web.app.tasks.AbstractAppTask |
![]()
AbstractDataServiceTask,
AbstractMobileSubscriptionTask,
AbstractSaveTask,
AndroidRWExecutionTask,
AndroidSetDocSelectorElementsTask,
ApplyRWClientManipulation,
BaseFolderTask,
BaseUserEntityBeanTask,
BeanManipulationTask,
BeanTask,
BlockLoaderTask,
CRCommandExecutionTask,
CreateGroupTask,
CreateUserTask,
DeleteDynamicRecipientListTask,
and
74 others.
|
This subclass of AbstractBaseTask
simply
provides a new TaskRequestContext
instance--this
one of type AppTaskRequestContext
. It allows for
the development of Tasks want to obtain more "application context objects"--those objects
used in the MicroStrategy Web application.
[Expand]
Inherited Constants | |||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
[Expand]
Inherited Fields | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractAppTask(String desc)
Creates a new AbstractAppTask object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDescriptor(int descId)
Get descriptor string for given descriptor id
| ||||||||||
TaskRequestContext |
newRequestContext()
Returns a new object to hold per-request data for this Task.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Creates a new AbstractAppTask object.
desc | The Task description. |
---|
Get descriptor string for given descriptor id
descId | {integer} |
---|
Returns a new object to hold per-request data for this Task.
TaskRequestContext
object for this Task.