public interface CoreEvent
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Returns the event category.
|
String |
getComment()
Returns the associated event comment.
|
Date |
getDate()
Returns the date when the event occurred.
|
String |
getEventId()
Returns the event identifier.
|
Map<String,?> |
getInfo()
Returns the information attached to the event.
|
Principal |
getPrincipal()
Returns the principal responsible for this event.
|
Object |
getSource()
Returns the source object that originated the event.
|
String getEventId()
Map<String,?> getInfo()
Object getSource()
Principal getPrincipal()
String getCategory()
String getComment()
Copyright © 2018 Nuxeo. All rights reserved.