java.lang.Object | |||
↳ | com.microstrategy.web.tasks.AbstractBaseTask | ||
↳ | com.microstrategy.web.app.tasks.AbstractAppTask | ||
↳ | com.microstrategy.web.app.tasks.SaveCustomGroupTask |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PARAM_NAME_CG_AGGREGATION | The name of the aggregation parameter. | |||||||||
String | PARAM_NAME_CG_DESC | The name of the "description" parameter. | |||||||||
String | PARAM_NAME_CG_FLATTENED | The name of the flatten parameter. | |||||||||
String | PARAM_NAME_CG_FOLDER_ID | The name of the folderId parameter. | |||||||||
String | PARAM_NAME_CG_NAME | The name of the "name" parameter. | |||||||||
String | PARAM_NAME_CG_PARENT_FIRST | The name of the parent first parameter. | |||||||||
String | PARAM_NAME_CG_REPORT_FILTER_INTERACTION | The name of the report filter interaction parameter. | |||||||||
String | PARAM_NAME_CG_SAVE_AS | The name of the "saveAs" parameter. | |||||||||
String | PARAM_NAME_CG_SAVE_AS_OVERWRITE | The name of the "description" parameter. | |||||||||
String | PARAM_NAME_CG_XML | The name of the expression xml parameter. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected TaskParameterMetadata | aggregation | This is the saveAs overwrite parameter | |||||||||
protected TaskParameterMetadata | descParam | This is the description parameter | |||||||||
protected TaskParameterMetadata | flatten | This is the saveAs overwrite parameter | |||||||||
protected TaskParameterMetadata | folderId | This is the folderId parameter | |||||||||
protected TaskParameterMetadata | nameParam | This is the name parameter | |||||||||
protected TaskParameterMetadata | parentFirst | This is the saveAs overwrite parameter | |||||||||
protected TaskParameterMetadata | reportFilterInteraction | This is the saveAs overwrite parameter | |||||||||
protected TaskParameterMetadata | saveAs | This is the saveAs parameter | |||||||||
protected TaskParameterMetadata | saveAsOverwrite | This is the saveAs overwrite parameter | |||||||||
protected TaskParameterMetadata | xmlParam | This is the optional extendable_parameter XML task parameter. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SaveCustomGroupTask() | |||||||||||
SaveCustomGroupTask(String desc) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
processRequest(TaskRequestContext context, TaskOutput taskOutput)
The default implementation of this method of processRequest gets the Primary Content
from the TaskOutput and invokes the
processRequest(TaskRequestContext, MarkupOutput)
version. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The name of the aggregation parameter.
The name of the "description" parameter.
The name of the flatten parameter.
The name of the folderId parameter.
The name of the "name" parameter.
The name of the parent first parameter.
The name of the report filter interaction parameter.
The name of the "saveAs" parameter.
The name of the "description" parameter.
The name of the expression xml parameter.
This is the optional extendable_parameter XML task parameter.
The default implementation of this method of processRequest gets the Primary Content
from the TaskOutput and invokes the processRequest(TaskRequestContext, MarkupOutput)
version.
context | The TaskRequestContext object that maintains
the state of the request. |
---|---|
taskOutput | The TaskOutput that contains the output
generated by the Task. |
TaskException |
---|