Package org.alfresco.rest.api.model
Class Activity
- java.lang.Object
-
- org.alfresco.rest.api.model.Activity
-
- All Implemented Interfaces:
Comparable<Activity>
public class Activity extends Object implements Comparable<Activity>
Represents an activity feed entry.- Author:
- steveglover
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Activity activity)
boolean
equals(Object obj)
Map<String,Object>
getActivitySummary()
String
getActivityType()
String
getFeedPersonId()
Long
getId()
String
getNetworkId()
Date
getPostedAt()
String
getPostPersonId()
String
getSiteId()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getNetworkId
public String getNetworkId()
-
getSiteId
public String getSiteId()
-
getFeedPersonId
public String getFeedPersonId()
-
getPostPersonId
public String getPostPersonId()
-
getActivityType
public String getActivityType()
-
getPostedAt
public Date getPostedAt()
-
compareTo
public int compareTo(Activity activity)
- Specified by:
compareTo
in interfaceComparable<Activity>
-
-