public interface HistoricalEvent extends Serializable
HistoricalEvent represents a single event which was recorded
during lifetime of an ActivityInstance or ProcessInstance.| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.