Package | Description |
---|---|
org.alfresco.mobile.android.api.model.impl |
Implementation of all high level object.
|
org.alfresco.mobile.android.api.services |
Provides all services available (those services must call in an asynchronous way (background task..) ).
|
org.alfresco.mobile.android.api.services.impl |
Implementation of all services.
|
org.alfresco.mobile.android.api.services.impl.onpremise |
Implementation of alfresco services for onPremise instance..
|
org.alfresco.mobile.android.api.services.impl.publicapi |
Modifier and Type | Class and Description |
---|---|
class |
ActivityEntryImpl
ActivityEntry :
represents an action that has taken place within an Alfresco repository
is typically initiated by the Alfresco app/tool/component/service on
behalf of a user
is of a given/named type specified by the Alfresco app/tool (eg.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityEntry> |
ActivityStreamService.getActivityStream()
Allow currently logged in user to get their activity stream.
|
PagingResult<ActivityEntry> |
ActivityStreamService.getActivityStream(ListingContext listingContext)
Allow currently logged in user to get their activity stream.
|
List<ActivityEntry> |
ActivityStreamService.getActivityStream(String personIdentifier)
Allow to retrieve activities feed for a specific user.
|
PagingResult<ActivityEntry> |
ActivityStreamService.getActivityStream(String personIdentifier,
ListingContext listingContext)
Allow to retrieve activities feed for a specific user.
|
List<ActivityEntry> |
ActivityStreamService.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> |
ActivityStreamService.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).
|
Modifier and Type | Method and Description |
---|---|
protected abstract PagingResult<ActivityEntry> |
AbstractActivityStreamService.computeActivities(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url,
ListingContext listingContext)
Internal method to compute data from server and transform it as high
level object.
|
List<ActivityEntry> |
AbstractActivityStreamService.getActivityStream()
Allow currently logged in user to get their activity stream.
|
PagingResult<ActivityEntry> |
AbstractActivityStreamService.getActivityStream(ListingContext listingContext)
Allow currently logged in user to get their activity stream.
|
List<ActivityEntry> |
AbstractActivityStreamService.getActivityStream(String personIdentifier)
Allow to retrieve activities feed for a specific user.
|
PagingResult<ActivityEntry> |
AbstractActivityStreamService.getActivityStream(String personIdentifier,
ListingContext listingContext)
Allow to retrieve activities feed for a specific user.
|
List<ActivityEntry> |
AbstractActivityStreamService.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> |
AbstractActivityStreamService.getSiteActivityStream(String siteIdentifier,
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).
|
Modifier and Type | Method and Description |
---|---|
protected PagingResult<ActivityEntry> |
OnPremiseActivityStreamServiceImpl.computeActivities(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url,
ListingContext listingContext)
Internal method to compute data from server and transform it as high
level object.
|
Modifier and Type | Method and Description |
---|---|
protected PagingResult<ActivityEntry> |
PublicAPIActivityStreamServiceImpl.computeActivities(org.apache.chemistry.opencmis.commons.impl.UrlBuilder url,
ListingContext listingContext)
Internal method to compute data from server and transform it as high
level object.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.