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 |
---|---|
PersonService |
ServiceRegistry.getPersonService()
Returns the PersonService instance for the session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPersonService |
Modifier and Type | Field and Description |
---|---|
protected PersonService |
AbstractServiceRegistry.personService |
Modifier and Type | Class and Description |
---|---|
class |
CloudPersonServiceImpl
The PersonService can be used to get informations about people.
|
Modifier and Type | Method and Description |
---|---|
PersonService |
CloudServiceRegistry.getPersonService() |
Modifier and Type | Class and Description |
---|---|
class |
OnPremisePersonServiceImpl
The PersonService can be used to get informations about people.
|
Modifier and Type | Method and Description |
---|---|
PersonService |
OnPremiseServiceRegistry.getPersonService() |
Modifier and Type | Class and Description |
---|---|
class |
PublicAPIPersonServiceImpl
The PersonService can be used to get informations about people.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.