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 |
ProcessImpl |
Modifier and Type | Method and Description |
---|---|
static Process |
ProcessImpl.parseJson(Map<String,Object> json)
Parse Json Response from Alfresco REST API to create a process Definition
Object.
|
static Process |
ProcessImpl.parsePublicAPIJson(Map<String,Object> json) |
static Process |
ProcessImpl.refreshProcess(Process process,
Map<String,Property> properties) |
Modifier and Type | Method and Description |
---|---|
static Process |
ProcessImpl.refreshProcess(Process process,
Map<String,Property> properties) |
Modifier and Type | Method and Description |
---|---|
Process |
WorkflowService.getProcess(String processId)
Retrieves a single process.
|
Process |
WorkflowService.refresh(Process process)
Returns the latest (and complete) variables for the provided process.
|
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. |
Process |
WorkflowService.updateVariables(Process process,
Map<String,Serializable> variables)
Update the variables for a given process.
|
Modifier and Type | Method and Description |
---|---|
List<Process> |
WorkflowService.getProcesses()
Returns a list of processes in progress for the current user.
Each process is an execution of a process definition. |
PagingResult<Process> |
WorkflowService.getProcesses(ListingContext listingContext)
Returns a list of process.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowService.deleteProcess(Process process)
Deletes a process.
|
List<Document> |
WorkflowService.getDocuments(Process process)
Returns a list items associated to the process.
|
PagingResult<Document> |
WorkflowService.getDocuments(Process process,
ListingContext listingContext) |
ContentStream |
WorkflowService.getProcessDiagram(Process process)
This process diagram shows a user the context of the task that is being
performed.
|
List<Task> |
WorkflowService.getTasks(Process process)
Get all the tasks in progress for the specified process.
|
PagingResult<Task> |
WorkflowService.getTasks(Process process,
ListingContext listingContext)
Get the tasks for the specified process.
|
Map<String,Property> |
WorkflowService.getVariables(Process process)
Retrieves the variables for a given process.
|
Process |
WorkflowService.refresh(Process process)
Returns the latest (and complete) variables for the provided process.
|
Process |
WorkflowService.updateVariables(Process process,
Map<String,Serializable> variables)
Update the variables for a given process.
|
Modifier and Type | Method and Description |
---|---|
List<Process> |
AbstractWorkflowService.getProcesses()
Returns a list of processes in progress for the current user.
Each process is an execution of a process definition. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWorkflowService.deleteProcess(Process process)
Deletes a process.
|
List<Document> |
AbstractWorkflowService.getDocuments(Process process)
Returns a list items associated to the process.
|
protected abstract org.apache.chemistry.opencmis.commons.impl.UrlBuilder |
AbstractWorkflowService.getProcessUrl(Process process)
Internal method to retrieve a specific process url.
|
List<Task> |
AbstractWorkflowService.getTasks(Process process)
Get all the tasks in progress for the specified process.
|
Modifier and Type | Method and Description |
---|---|
Process |
OnPremiseWorkflowServiceImpl.getProcess(String processId)
Retrieves a single process.
|
Process |
OnPremiseWorkflowServiceImpl.refresh(Process process)
Returns the latest (and complete) variables for the provided process.
|
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. |
Process |
OnPremiseWorkflowServiceImpl.updateVariables(Process process,
Map<String,Serializable> variables) |
Modifier and Type | Method and Description |
---|---|
PagingResult<Process> |
OnPremiseWorkflowServiceImpl.getProcesses(ListingContext listingContext)
Returns a list of process.
|
Modifier and Type | Method and Description |
---|---|
PagingResult<Document> |
OnPremiseWorkflowServiceImpl.getDocuments(Process process,
ListingContext listingContext) |
ContentStream |
OnPremiseWorkflowServiceImpl.getProcessDiagram(Process process)
This process diagram shows a user the context of the task that is being
performed.
|
protected org.apache.chemistry.opencmis.commons.impl.UrlBuilder |
OnPremiseWorkflowServiceImpl.getProcessUrl(Process process)
Internal method to retrieve a specific process url.
|
PagingResult<Task> |
OnPremiseWorkflowServiceImpl.getTasks(Process process,
ListingContext listingContext)
Get the tasks for the specified process.
|
Map<String,Property> |
OnPremiseWorkflowServiceImpl.getVariables(Process process) |
Process |
OnPremiseWorkflowServiceImpl.refresh(Process process)
Returns the latest (and complete) variables for the provided process.
|
Process |
OnPremiseWorkflowServiceImpl.updateVariables(Process process,
Map<String,Serializable> variables) |
Modifier and Type | Method and Description |
---|---|
Process |
PublicAPIWorkflowServiceImpl.getProcess(String processId)
Retrieves a single process.
|
Process |
PublicAPIWorkflowServiceImpl.refresh(Process process) |
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. |
Process |
PublicAPIWorkflowServiceImpl.updateVariables(Process process,
Map<String,Serializable> variables) |
Modifier and Type | Method and Description |
---|---|
PagingResult<Process> |
PublicAPIWorkflowServiceImpl.getProcesses(ListingContext listingContext)
Returns a list of process.
|
Modifier and Type | Method and Description |
---|---|
PagingResult<Document> |
PublicAPIWorkflowServiceImpl.getDocuments(Process process,
ListingContext listingContext) |
ContentStream |
PublicAPIWorkflowServiceImpl.getProcessDiagram(Process process)
This process diagram shows a user the context of the task that is being
performed.
|
protected org.apache.chemistry.opencmis.commons.impl.UrlBuilder |
PublicAPIWorkflowServiceImpl.getProcessUrl(Process process)
Internal method to retrieve a specific process url.
|
PagingResult<Task> |
PublicAPIWorkflowServiceImpl.getTasks(Process process,
ListingContext listingContext)
Get the tasks for the specified process.
|
Map<String,Property> |
PublicAPIWorkflowServiceImpl.getVariables(Process process) |
Process |
PublicAPIWorkflowServiceImpl.refresh(Process process) |
Process |
PublicAPIWorkflowServiceImpl.updateVariables(Process process,
Map<String,Serializable> variables) |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.