Package | Description |
---|---|
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.cloud |
Implementation of alfresco services for cloud instance..
|
org.alfresco.mobile.android.api.services.impl.onpremise |
Implementation of alfresco services for onPremise instance..
|
org.alfresco.mobile.android.api.services.impl.publicapi | |
org.alfresco.mobile.android.extension.api.services | |
org.alfresco.mobile.android.extension.api.services.impl |
Modifier and Type | Method and Description |
---|---|
RatingService |
ServiceRegistry.getRatingService()
Returns the RatingService instance for the session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRatingsService
Abstract class implementation of RatingsService.
|
Modifier and Type | Field and Description |
---|---|
protected RatingService |
AbstractServiceRegistry.ratingsService |
Modifier and Type | Class and Description |
---|---|
class |
CloudRatingsServiceImpl
The RatingsService can be used to manage like (as ratings) on any content
node in the repository.
Like can be applied or removed. |
Modifier and Type | Method and Description |
---|---|
RatingService |
CloudServiceRegistry.getRatingService() |
Modifier and Type | Class and Description |
---|---|
class |
OnPremiseRatingsServiceImpl
The RatingsService can be used to manage like (as ratings) on any content
node in the repository.
Like can be applied or removed. |
Modifier and Type | Method and Description |
---|---|
RatingService |
OnPremiseServiceRegistry.getRatingService() |
Modifier and Type | Class and Description |
---|---|
class |
PublicAPIRatingsServiceImpl
The RatingsService can be used to manage like (as ratings) on any content
node in the repository.
Like can be applied or removed. |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomRatingsService
CustomRatingsService overrides SDK ratings to add support of 5 star scheme.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomRatingsServiceImpl
CustomRatingsService overrides SDK ratings to add support of 5 star scheme.
|
Modifier and Type | Method and Description |
---|---|
RatingService |
CustomServiceRegistryImpl.getRatingService()
Returns the new customRatingsService.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.