|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericEvent
A GenericEvent object is the description of an action on an activity Those descriptions are sent to the workflow engine by the workflow tools when the user has done an action in a process instance.
Method Summary | |
---|---|
Date |
getActionDate()
Returns the action date. |
String |
getActionName()
Returns the name of the action choosen to resolve the activity. |
DataRecord |
getDataRecord()
Returns the data associated to this event. |
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 |
Method Detail |
---|
User getUser()
String getUserRoleName()
ProcessInstance getProcessInstance()
State getResolvedState()
Date getActionDate()
String getActionName()
DataRecord getDataRecord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |