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

All Superinterfaces:
Serializable, TaskEvent
All Known Subinterfaces:
TaskReactivateEvent, TaskSetCurrentStepEvent

public interface TaskAdminEvent
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 getReason()
          Reason for the admin action.
 
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()
Reason for the admin action. This event data class will be used for events like: Suspend, Resume, SetError, ClearError, Complete, Abort.

Returns: