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

All Superinterfaces:
Serializable, TaskEvent, TaskExpireEvent

public interface TaskStepExpireEvent
extends TaskExpireEvent

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 getStepName()
          The step that expired.
 
Methods inherited from interface com.bea.wli.worklist.api.events.data.TaskExpireEvent
getScheduledExpireDateTime
 
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

getStepName

String getStepName()
The step that expired.

Returns: