public interface ActivityEntry extends Serializable
Modifier and Type | Method and Description |
---|---|
GregorianCalendar |
getCreatedAt()
Returns the timestamp in the session’s locale when the activity entry was
created.
|
String |
getCreatedBy()
Returns the username of the person who posted the activity entry.
|
Map<String,String> |
getData()
Returns a map of all extra data specific to a certain type of activity
entry.
|
String |
getData(String key)
Returns the value of a specific key available in the extra data.
|
String |
getIdentifier()
Returns the identifier of this specific activity entry.
|
String |
getSiteShortName()
Returns the identifier of this specific activity.
|
String |
getType()
Returns the type of the activity entry e.g.
|
String getIdentifier()
String getSiteShortName()
String getCreatedBy()
GregorianCalendar getCreatedAt()
String getType()
Map<String,String> getData()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.