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 | Interface and Description |
---|---|
interface |
ActivityStreamService
Alfresco provides support for a news/activity feed in the context of an
enterprise generating and acting upon content. Activities track a range
of changes, updates, events, and actions, allowing users to be aware of
details of the changes.
|
interface |
CommentService
CommentService allows managing comments to any node inside an Alfresco
repository.
|
interface |
DocumentFolderService
DocumentFolderService manages Folders and Documents in an Alfresco
repository.
|
interface |
ModelDefinitionService |
interface |
PersonService
The PersonService can be used to get informations about people. The
PersonService is responsible for all of the following:
Obtaining a reference to the Person node for a given user name
|
interface |
RatingService
The RatingsService can be used to manage like (as ratings) on any content
node in the repository.
Like can be applied or removed. |
interface |
SearchService
The Search service provides methods for querying the repository and returning
a filtered collection of nodes based on a user’s permission
|
interface |
SiteService
Sites are a key concept within Alfresco Share for managing documents, wiki
pages, blog posts, discussions, and other collaborative content relating to
teams, projects, communities of interest, and other types of collaborative
sites.
|
interface |
TaggingService
Tags are keywords or terms assigned to a piece of information including
documents, folders...
|
interface |
VersionService
The Versioning service manages versions of individual document.
|
interface |
WorkflowService
The WorkflowService allows managing processes(workflows) and tasks inside an
Alfresco repository.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractActivityStreamService
Abstract class implementation of ActivityStreamService.
|
class |
AbstractCommentService
Abstract class implementation of CommentService.
|
class |
AbstractDocumentFolderServiceImpl
Abstract class implementation of DocumentFolderService.
|
class |
AbstractModelDefinitionService |
class |
AbstractPersonService |
class |
AbstractRatingsService
Abstract class implementation of RatingsService.
|
class |
AbstractSiteServiceImpl
Abstract class implementation of SiteService.
|
class |
AbstractWorkflowService
Abstract class implementation of WorkflowService.
|
class |
AlfrescoService
Abstract base class for all public Alfresco SDK Services.
|
class |
SearchServiceImpl
Implementation of SearchService.
|
class |
VersionServiceImpl
Implementation of VersionService.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudActivityStreamServiceImpl
Specific implementation of ActivityStreamService for Public Cloud API.
|
class |
CloudCommentServiceImpl
Specific implementation of CommentService for Public Cloud API.
|
class |
CloudDocumentFolderServiceImpl
Cloud implementation of DocumentFolderService
|
class |
CloudPersonServiceImpl
The PersonService can be used to get informations about people.
|
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. |
class |
CloudSiteServiceImpl
Cloud implementation of SiteService.
|
class |
CloudTaggingServiceImpl |
class |
CloudWorkflowServiceImpl
Specific implementation of WorkflowService for Public Cloud API.
|
Modifier and Type | Class and Description |
---|---|
class |
OnPremiseActivityStreamServiceImpl
Specific implementation of ActivityStreamService for OnPremise REST API.
|
class |
OnPremiseCommentServiceImpl
Specific implementation of CommentService for OnPremise REST API.
|
class |
OnPremiseDocumentFolderServiceImpl
OnPremise implementation of DocumentFolderService
|
class |
OnPremiseModelDefinitionServiceImpl |
class |
OnPremisePersonServiceImpl
The PersonService can be used to get informations about people.
|
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. |
class |
OnPremiseSiteServiceImpl
Sites are a key concept within Alfresco Share for managing documents, wiki
pages, blog posts, discussions, and other collaborative content relating to
teams, projects, communities of interest, and other types of collaborative
sites.
|
class |
OnPremiseTaggingServiceImpl
Tags are keywords or terms assigned to a piece of information including
documents, folders...
|
class |
OnPremiseWorkflowServiceImpl
Specific implementation of WorkflowService for OnPremise API.
|
Modifier and Type | Class and Description |
---|---|
class |
PublicAPIActivityStreamServiceImpl
Specific implementation of ActivityStreamService for Public Cloud API.
|
class |
PublicAPICommentServiceImpl
Specific implementation of CommentService for Public Cloud API.
|
class |
PublicAPIDocumentFolderServiceImpl
Cloud implementation of DocumentFolderService
|
class |
PublicAPIPersonServiceImpl
The PersonService can be used to get informations about people.
|
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. |
class |
PublicAPISiteServiceImpl
Cloud implementation of SiteService.
|
class |
PublicAPITaggingServiceImpl |
class |
PublicAPIWorkflowServiceImpl
Specific implementation of WorkflowService for Public API.
|
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.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.