public interface ActivityStreamService extends Service
Modifier and Type | Method and Description |
---|---|
List<ActivityEntry> |
getActivityStream()
Allow currently logged in user to get their activity stream.
|
PagingResult<ActivityEntry> |
getActivityStream(ListingContext listingContext)
Allow currently logged in user to get their activity stream.
|
List<ActivityEntry> |
getActivityStream(String personIdentifier)
Allow to retrieve activities feed for a specific user.
|
PagingResult<ActivityEntry> |
getActivityStream(String personIdentifier,
ListingContext listingContext)
Allow to retrieve activities feed for a specific user.
|
List<ActivityEntry> |
getSiteActivityStream(String siteName)
Allow currently logged in user to get feed for a specified site (if
private site then user must be a member or an admin user).
|
PagingResult<ActivityEntry> |
getSiteActivityStream(String siteName,
ListingContext listingContext)
Allow currently logged in user to get feed for a specified site (if
private site then user must be a member or an admin user).
|
List<ActivityEntry> getActivityStream()
AlfrescoServiceException
- : if network or internal problems occur
during the process.PagingResult<ActivityEntry> getActivityStream(ListingContext listingContext)
listingContext
- : define characteristics of resultAlfrescoServiceException
- : if network or internal problems occur
during the process.List<ActivityEntry> getActivityStream(String personIdentifier)
personIdentifier
- : a specific userAlfrescoServiceException
- : if network or internal problems occur
during the process.PagingResult<ActivityEntry> getActivityStream(String personIdentifier, ListingContext listingContext)
personIdentifier
- : a specific userlistingContext
- : define characteristics of the paging resultAlfrescoServiceException
- : If username is undefined or if network
or internal problems occur during the process.List<ActivityEntry> getSiteActivityStream(String siteName)
siteName
- : Share site short nameAlfrescoServiceException
- : if network or internal problems occur
during the process.PagingResult<ActivityEntry> getSiteActivityStream(String siteName, ListingContext listingContext)
siteName
- : Share site short namelistingContext
- : define characteristics of resultAlfrescoServiceException
- : If siteName is undefined or if network
or internal problems occur during the process.Copyright © 2012-2018 Alfresco Software. All Rights Reserved.