Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTIVITY_DATA_PARAM_TASK
The activity data parameter that represents the task of the context.
|
static java.lang.String |
ACTIVITY_DATA_PARAM_TASKGROUP
The activity data parameter that represents the task group of the context.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
NAME
This is the name of the context.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTask()
This method returns the task of the current task context.
|
java.lang.String |
getTaskGroup()
This method returns the task group of the current task context.
|
void |
setTask(java.lang.String task)
This method sets the task for the current task context.
|
void |
setTaskGroup(java.lang.String taskGroup)
This method sets the task group for the current task context.
|
copyContext, getActivityToken, getContextName, validate
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String ACTIVITY_DATA_PARAM_TASKGROUP
static final java.lang.String ACTIVITY_DATA_PARAM_TASK
java.lang.String getTaskGroup()
java.lang.String getTask()
void setTaskGroup(java.lang.String taskGroup)
taskGroup
- The task group.void setTask(java.lang.String task)
task
- The task.