com.bea.wli.worklist.api.events.data
Interface TaskAssignEvent

All Superinterfaces:
Serializable, TaskEvent

public interface TaskAssignEvent
extends TaskEvent

BEA Systems, Inc.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.bea.wli.worklist.api.events.data.TaskEvent
TaskEvent.Type
 
Method Summary
 Assignee getNewAssigneeList()
          The new assignee list.
 Assignee getOldAssigneeList()
          The old assignee list.
 
Methods inherited from interface com.bea.wli.worklist.api.events.data.TaskEvent
getAdminState, getAssigneeList, getCaller, getClaimant, getCreator, getEventType, getOwner, getServerName, getSummary, getTaskId, getTaskName, getTaskPlanId, getTimestamp, getWorkingState
 

Method Detail

getOldAssigneeList

Assignee getOldAssigneeList()
The old assignee list. The data may or may not be populated depending on the configuration done during registration of the listener.

Returns:

getNewAssigneeList

Assignee getNewAssigneeList()
The new assignee list. The data may or may not be populated depending on the configuration done during registration of the listener.

Returns: