Package | Description |
---|---|
org.alfresco.mobile.android.api.model.impl |
Implementation of all high level object.
|
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.onpremise |
Implementation of alfresco services for onPremise instance..
|
org.alfresco.mobile.android.api.services.impl.publicapi |
Modifier and Type | Class and Description |
---|---|
class |
ProcessDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
static ProcessDefinition |
ProcessDefinitionImpl.parsePublicAPIJson(Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
WorkflowService.getProcessDefinition(String processDefinitionIdentifier)
Returns a single process definition.
|
ProcessDefinition |
WorkflowService.getProcessDefinitionByKey(String processDefinitionKey)
Returns a single process definition that matches the (versionless)
specific key.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinition> |
WorkflowService.getProcessDefinitions() |
PagingResult<ProcessDefinition> |
WorkflowService.getProcessDefinitions(ListingContext listingContext) |
Modifier and Type | Method and Description |
---|---|
Process |
WorkflowService.startProcess(ProcessDefinition processDefinition,
List<Person> assignees,
Map<String,Serializable> variables,
List<Document> items)
Start a new process based on the specified process definition with an
optional set of variables and document attachments(items).
Variables keys must respect the same format as defined by the workflowModel inside the repository. |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
AbstractWorkflowService.getProcessDefinitionByKey(String processDefinitionKey) |
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinition> |
AbstractWorkflowService.getProcessDefinitions() |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
OnPremiseWorkflowServiceImpl.getProcessDefinition(String processDefinitionIdentifier) |
Modifier and Type | Method and Description |
---|---|
PagingResult<ProcessDefinition> |
OnPremiseWorkflowServiceImpl.getProcessDefinitions(ListingContext listingContext) |
Modifier and Type | Method and Description |
---|---|
Process |
OnPremiseWorkflowServiceImpl.startProcess(ProcessDefinition processDefinition,
List<Person> assignees,
Map<String,Serializable> variables,
List<Document> items)
Start a new process based on the specified process definition with an
optional set of variables and document attachments(items).
Variables keys must respect the same format as defined by the workflowModel inside the repository. |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
PublicAPIWorkflowServiceImpl.getProcessDefinition(String processDefinitionIdentifier) |
Modifier and Type | Method and Description |
---|---|
PagingResult<ProcessDefinition> |
PublicAPIWorkflowServiceImpl.getProcessDefinitions(ListingContext listingContext) |
Modifier and Type | Method and Description |
---|---|
Process |
PublicAPIWorkflowServiceImpl.startProcess(ProcessDefinition processDefinition,
List<Person> assignees,
Map<String,Serializable> variables,
List<Document> items)
Start a new process based on the specified process definition with an
optional set of variables and document attachments(items).
Variables keys must respect the same format as defined by the workflowModel inside the repository. |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.