Added Methods |
Time getActivationTime()
|
Returns the time when the instance which generate this event started to execute the activity. |
String getActivity()
|
Returns the activity where the event was generated. |
String[] getBussinesVariablesIds()
|
Returns all bussiness variables identification stored in the event. |
Object[] getBussinesVariablesValues()
|
Returns all bussiness variables values stored in the event. |
int getCategory()
|
Returns the category of the event. |
String getEventData()
|
Returns the data stored in the event. |
int getId()
|
Returns the id of the event. |
int getInstanceIn()
|
Returns the instance identification number where the event was generated. |
String getParticipantId()
|
Returns the participant identification which generated the event. |
int getParticipantIn()
|
Returns the participant identification number which generated the event. |
int getProcessIn()
|
Returns the process identification number where the event was generated. |
Time getReceiveTime()
|
Returns the time when the instance arrived to the activity where the event was generated. |
int getThreadIn()
|
Returns the thread identification number where the event was generated. |
Time getTimeStamp()
|
Returns the time when the event was generated. |
int getType()
|
Returns the type of the event. |