Package org.alfresco.repo.event2
Class EventInfo
- java.lang.Object
-
- org.alfresco.repo.event2.EventInfo
-
public class EventInfo extends Object
Holds information about the event.- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description EventInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetPrincipal()URIgetSource()ZonedDateTimegetTimestamp()StringgetTxnId()EventInfosetId(String id)EventInfosetPrincipal(String principal)EventInfosetSource(URI source)EventInfosetTimestamp(ZonedDateTime timestamp)EventInfosetTxnId(String txnId)
-
-
-
Method Detail
-
getId
public String getId()
-
getTxnId
public String getTxnId()
-
getPrincipal
public String getPrincipal()
-
getTimestamp
public ZonedDateTime getTimestamp()
-
setTimestamp
public EventInfo setTimestamp(ZonedDateTime timestamp)
-
getSource
public URI getSource()
-
-