|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HistoricalEvent
The HistoricalEvent represents a single event which was recorded
during lifetime of an ActivityInstance or ProcessInstance.
| Method Summary | |
|---|---|
Serializable |
getDetails()
Getter to retrieve an object which contains more specific information about the event. |
Date |
getEventTime()
Will return the event time. |
HistoricalEventType |
getEventType()
Will return the event type. |
User |
getUser()
Will return the user which was responsible for the event. |
| Method Detail |
|---|
HistoricalEventType getEventType()
Date getEventTime()
Serializable getDetails()
HistoricalEventType:
HistoricalEventType.Delegation: details contained in HistoricalEventDescriptionDelegation instance.
HistoricalEventType.StateChange: details contained in HistoricalEventDescriptionStateChange instance.
HistoricalEventType.Exception: details contained in a String.
HistoricalEventType.Note: details contained in a String.
User getUser()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||