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 |
---|---|
SiteService |
ServiceRegistry.getSiteService()
Returns the SiteService instance for the session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSiteServiceImpl
Abstract class implementation of SiteService.
|
Modifier and Type | Field and Description |
---|---|
protected SiteService |
AbstractServiceRegistry.siteService |
Modifier and Type | Class and Description |
---|---|
class |
CloudSiteServiceImpl
Cloud implementation of SiteService.
|
Modifier and Type | Method and Description |
---|---|
SiteService |
CloudServiceRegistry.getSiteService() |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SiteService |
OnPremiseServiceRegistry.getSiteService() |
Modifier and Type | Class and Description |
---|---|
class |
PublicAPISiteServiceImpl
Cloud implementation of SiteService.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.