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

All Superinterfaces:
Serializable, TaskEvent

public interface TaskStepChangeEvent
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 getNewCurrentStep()
          The new step to which the task has moved (via a work action or administrative action).
 String getOldCurrentStep()
          The old step from which the task has moved (via a work action or administrative 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

getNewCurrentStep

String getNewCurrentStep()
The new step to which the task has moved (via a work action or administrative action).

Returns:

getOldCurrentStep

String getOldCurrentStep()
The old step from which the task has moved (via a work action or administrative action).

Returns: