|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.social.alfresco.api.entities.Activity
public class Activity
| Nested Class Summary | |
|---|---|
static class |
Activity.ActivitySummary
|
static class |
Activity.Who
Activity Query WHO Values |
| Field Summary | |
|---|---|
static String |
SITEID
Activity Query Parameter. |
static String |
WHO
Acitivity Query Parameter. |
| Constructor Summary | |
|---|---|
Activity()
|
|
| Method Summary | |
|---|---|
Activity.ActivitySummary |
getActivitySummary()
|
String |
getActivityType()
|
String |
getFeedPersonId()
|
String |
getId()
|
String |
getNetworkId()
|
Date |
getPostedAt()
|
String |
getPostPersonId()
|
String |
getSiteId()
|
void |
setActivitySummary(Activity.ActivitySummary activitySummary)
Set the object summarizing the activity |
void |
setActivityType(String activityType)
Set the Activity type The following are the possible values: ÔøΩ org.alfresco.comments.comment-created ÔøΩ org.alfresco.comments.comment-updated ÔøΩ org.alfresco.comments.comment-deleted ÔøΩ org.alfresco.documentlibrary.files-added ÔøΩ org.alfresco.documentlibrary.files-updated ÔøΩ org.alfresco.documentlibrary.files-deleted ÔøΩ org.alfresco.documentlibrary.file-added ÔøΩ org.alfresco.documentlibrary.file-created ÔøΩ org.alfresco.documentlibrary.file-deleted ÔøΩ org.alfresco.documentlibrary.file-liked ÔøΩ org.alfresco.documentlibrary.inline-edit ÔøΩ org.alfresco.documentlibrary.folder-liked ÔøΩ org.alfresco.site.user-joined ÔøΩ org.alfresco.site.user-left ÔøΩ org.alfresco.site.user-role-changed ÔøΩ org.alfresco.site.group-added ÔøΩ org.alfresco.site.group-removed ÔøΩ org.alfresco.site.group-role-changed ÔøΩ org.alfresco.discussions.reply-created ÔøΩ org.alfresco.subscriptions.followed ÔøΩ org.alfresco.subscriptions.subscribed |
void |
setFeedPersonId(String feedPersonId)
Set the feed on which this activity was posted |
void |
setId(String id)
Set the unique id of the activity |
void |
setNetworkId(String networkId)
Set the unique id of the network on which the activity was performed |
void |
setPostedAt(Date postedAt)
Set the date time at which the activity was performed |
void |
setPostPersonId(String postPersonId)
Set the id of the person who performed the activity |
void |
setSiteId(String siteId)
Set the unique id of the site on which the activity was performed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SITEID
public static final String WHO
| Constructor Detail |
|---|
public Activity()
| Method Detail |
|---|
public String getPostPersonId()
public void setPostPersonId(String postPersonId)
postPersonId - public String getId()
public void setId(String id)
id - public String getSiteId()
public void setSiteId(String siteId)
siteId - public String getNetworkId()
public void setNetworkId(String networkId)
networkId - public String getFeedPersonId()
public void setFeedPersonId(String feedPersonId)
feedPersonId - public Activity.ActivitySummary getActivitySummary()
public void setActivitySummary(Activity.ActivitySummary activitySummary)
activitySummary - public String getActivityType()
public void setActivityType(String activityType)
activityType - public Date getPostedAt()
public void setPostedAt(Date postedAt)
postedAt -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||