WebLogic Integration


Uses of Class
com.bea.wlpi.common.TaskInfo

Packages that use TaskInfo
com.bea.wlpi.client.common Provides the WebLogic Process Integrator common client-side classes. 
com.bea.wlpi.client.worklist Provides the WebLogic Process Integrator Worklist classes. 
com.bea.wlpi.server.plugin Provides the server-side WebLogic Process Integrator Plugin framework. 
com.bea.wlpi.server.worklist Provides the WebLogic Process Integrator worklist session EJB. 
 

Uses of TaskInfo in com.bea.wlpi.client.common
 

Methods in com.bea.wlpi.client.common that return TaskInfo
 TaskInfo Tasklist.getCurrentObject()
          Return the currently selected task.
 

Constructors in com.bea.wlpi.client.common with parameters of type TaskInfo
TaskPropertiesDialog.TaskPropertiesDialog(java.awt.Frame owner, WLPI wlpi, TaskInfo task)
          Create a new TaskPropertiesDialog for the specified task.
TaskReassignDialog.TaskReassignDialog(java.awt.Frame owner, WLPI wlpi, TaskInfo task)
          Create a new TaskReassignDialog for the specified task.
 

Uses of TaskInfo in com.bea.wlpi.client.worklist
 

Methods in com.bea.wlpi.client.worklist that return TaskInfo
protected  TaskInfo WorklistPane.getSelectedTask()
          Return the currently selected task.
 

Uses of TaskInfo in com.bea.wlpi.server.plugin
 

Methods in com.bea.wlpi.server.plugin that return TaskInfo
 TaskInfo TaskNotification.getTask()
          Return information about the affected task.
 

Uses of TaskInfo in com.bea.wlpi.server.worklist
 

Methods in com.bea.wlpi.server.worklist that return TaskInfo
 TaskInfo Worklist.getTask(java.lang.String taskName, java.lang.String instanceID)
          Get a specific task.
 


WebLogic Integration

WebLogic Integration (WLI)