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 |
---|---|
DocumentFolderService |
ServiceRegistry.getDocumentFolderService()
Returns the DocumentFolderService instance for the session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocumentFolderServiceImpl
Abstract class implementation of DocumentFolderService.
|
Modifier and Type | Field and Description |
---|---|
protected DocumentFolderService |
AbstractServiceRegistry.documentFolderService |
Modifier and Type | Method and Description |
---|---|
DocumentFolderService |
AbstractServiceRegistry.getDocumentFolderService() |
Modifier and Type | Class and Description |
---|---|
class |
CloudDocumentFolderServiceImpl
Cloud implementation of DocumentFolderService
|
Modifier and Type | Class and Description |
---|---|
class |
OnPremiseDocumentFolderServiceImpl
OnPremise implementation of DocumentFolderService
|
Modifier and Type | Class and Description |
---|---|
class |
PublicAPIDocumentFolderServiceImpl
Cloud implementation of DocumentFolderService
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.