|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wli.worklist.api.ui.TaskUIContextInfo
public class TaskUIContextInfo
Provides information on the task instance that will act as the context for an ovveridden task user interface. This object provides access to a TaskData instance representing raw information about the task instance as well as a WorklistContext instance that can be used to interact with and modify that task instance.
Constructor Summary | |
---|---|
TaskUIContextInfo()
|
Method Summary | |
---|---|
String |
getDoneActionContext()
A string value describing an arbitrary object that is associated with the action of quitting the task user interface. |
String |
getDoneActionLabel()
A display value describing the action of quitting the task user interface. |
TaskData |
getTaskData()
Get raw information about the task that will act as the context for the task user interface. |
Map<String,TaskListViewInfo> |
getTaskListViewMap()
Get a map describing the different task view that are provided by the host user interface. |
String |
getUserName()
Name of the user currently logged in to the user interface |
WorklistContext |
getWorklistContext()
Get a WorklistContext interface needed to interact with and modify the state of the context task. |
boolean |
isSessionActive()
Allows the caller to make sure that the session is active and thus can continue using this handle. |
void |
setDoneActionContext(String doneActionContext)
Set the string value describing the context for the done action in this user interface. |
void |
setDoneActionLabel(String doneActionLabel)
Set the display value for the done action. |
void |
updateTaskData(TaskData taskData)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskUIContextInfo()
Method Detail |
---|
public String getDoneActionContext()
public void setDoneActionContext(String doneActionContext)
doneActionContext
- The context value for the done action.getDoneActionContext()
public String getDoneActionLabel()
public void setDoneActionLabel(String doneActionLabel)
doneActionLabel
- The display value for the done action.getDoneActionLabel()
public String getUserName()
public TaskData getTaskData()
public void updateTaskData(TaskData taskData)
public WorklistContext getWorklistContext() throws ManagementException
ManagementException
public Map<String,TaskListViewInfo> getTaskListViewMap()
public boolean isSessionActive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |