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 |
---|---|
WorkflowService |
ServiceRegistry.getWorkflowService()
Returns the WorkflowService instance for the session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkflowService
Abstract class implementation of WorkflowService.
|
Modifier and Type | Field and Description |
---|---|
protected WorkflowService |
AbstractServiceRegistry.workflowService |
Modifier and Type | Class and Description |
---|---|
class |
CloudWorkflowServiceImpl
Specific implementation of WorkflowService for Public Cloud API.
|
Modifier and Type | Method and Description |
---|---|
WorkflowService |
CloudServiceRegistry.getWorkflowService() |
Modifier and Type | Class and Description |
---|---|
class |
OnPremiseWorkflowServiceImpl
Specific implementation of WorkflowService for OnPremise API.
|
Modifier and Type | Method and Description |
---|---|
WorkflowService |
OnPremiseServiceRegistry.getWorkflowService() |
Modifier and Type | Class and Description |
---|---|
class |
PublicAPIWorkflowServiceImpl
Specific implementation of WorkflowService for Public API.
|
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.