Package | Description |
---|---|
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.session |
Provides all session object.
|
org.alfresco.mobile.android.api.session.impl |
Implementation of all session object.
|
org.alfresco.mobile.android.extension.api.services | |
org.alfresco.mobile.android.extension.api.services.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceRegistry
Abstract class implementation of ServiceRegistry.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudServiceRegistry
Provides a registry of all services that are available for the current
session.
|
Modifier and Type | Class and Description |
---|---|
class |
OnPremiseServiceRegistry
Provides a registry of all services that are available for the current
session.
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
AlfrescoSession.getServiceRegistry()
Return all services available with this repository.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceRegistry |
AbstractAlfrescoSessionImpl.services
Service Registry for all features available with this repository.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceRegistry |
AbstractAlfrescoSessionImpl.createServiceRegistry(String className)
Extension Point to use a specific serviceRegistry.
|
ServiceRegistry |
AbstractAlfrescoSessionImpl.getServiceRegistry()
Return all services available with this repository.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomServiceRegistry
CustomServiceRegistry overrides default SDK ServiceRegistry.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomServiceRegistryImpl
CustomServiceRegistry overrides default SDK ServiceRegistry.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.