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 |
Modifier and Type | Method and Description |
---|---|
CommentService |
ServiceRegistry.getCommentService()
Returns the CommentService instance for the session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommentService
Abstract class implementation of CommentService.
|
Modifier and Type | Field and Description |
---|---|
protected CommentService |
AbstractServiceRegistry.commentService |
Modifier and Type | Class and Description |
---|---|
class |
CloudCommentServiceImpl
Specific implementation of CommentService for Public Cloud API.
|
Modifier and Type | Method and Description |
---|---|
CommentService |
CloudServiceRegistry.getCommentService() |
Modifier and Type | Class and Description |
---|---|
class |
OnPremiseCommentServiceImpl
Specific implementation of CommentService for OnPremise REST API.
|
Modifier and Type | Method and Description |
---|---|
CommentService |
OnPremiseServiceRegistry.getCommentService() |
Modifier and Type | Class and Description |
---|---|
class |
PublicAPICommentServiceImpl
Specific implementation of CommentService for Public Cloud API.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.