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

All Superinterfaces:
Serializable, TaskEvent

public interface TaskReturnEvent
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
 String getOldClaimant()
          The old claimant who returned the task.
 String getReason()
          The reason for returning the task.
 
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

getReason

String getReason()
The reason for returning the task.

Returns:

getOldClaimant

String getOldClaimant()
The old claimant who returned the task.

Returns: