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

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

public interface TaskSetCurrentStepEvent
extends TaskAdminEvent

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 getNewCurrentStep()
          The new step to which the task was forced to transition to.
 String getOldCurrentStep()
          The old step from which the task was forced to transition out of.
 
Methods inherited from interface com.bea.wli.worklist.api.events.data.TaskAdminEvent
getReason
 
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

getNewCurrentStep

String getNewCurrentStep()
The new step to which the task was forced to transition to.

Returns:

getOldCurrentStep

String getOldCurrentStep()
The old step from which the task was forced to transition out of.

Returns: