|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.workflow.engine.event.TimeoutEventImpl
public class TimeoutEventImpl
A TimeoutEvent object is the description of an instance, that is in the same active state since too long Those descriptions are sent to the timeout manager
| Constructor Summary | |
|---|---|
TimeoutEventImpl(ProcessInstance processInstance,
State resolvedState,
Action action)
A TimeoutEventImpl object is built from a processInstance, a state and an action |
|
| Method Summary | |
|---|---|
Date |
getActionDate()
Returns the action date. |
String |
getActionName()
Returns the name of the action chosen to resolve the activity. |
DataRecord |
getDataRecord()
Returns the data filled when the action was processed. |
ProcessInstance |
getProcessInstance()
Returns the process instance. |
State |
getResolvedState()
Returns the state/activity resolved by the user. |
User |
getUser()
Returns the actor. |
String |
getUserRoleName()
Returns the role name of the actor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeoutEventImpl(ProcessInstance processInstance,
State resolvedState,
Action action)
| Method Detail |
|---|
public User getUser()
getUser in interface GenericEventpublic ProcessInstance getProcessInstance()
getProcessInstance in interface GenericEventpublic State getResolvedState()
getResolvedState in interface GenericEventpublic String getActionName()
getActionName in interface GenericEventpublic Date getActionDate()
getActionDate in interface GenericEventpublic DataRecord getDataRecord()
getDataRecord in interface GenericEventpublic String getUserRoleName()
getUserRoleName in interface GenericEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||