| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects | |
| org.nuxeo.client.objects.user | |
| org.nuxeo.client.objects.workflow |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Workflow> |
RepositoryAPI.fetchWorkflowInstance(String workflowInstanceId) |
retrofit2.Call<Workflow> |
RepositoryAPI.fetchWorkflowModel(String workflowModelName) |
retrofit2.Call<Workflow> |
UserManagerAPI.startWorkflowInstance(Workflow workflow) |
retrofit2.Call<Workflow> |
RepositoryAPI.startWorkflowInstanceWithDocId(String documentId,
Workflow workflow) |
retrofit2.Call<Workflow> |
RepositoryAPI.startWorkflowInstanceWithDocId(String documentId,
Workflow workflow,
String repositoryName) |
retrofit2.Call<Workflow> |
RepositoryAPI.startWorkflowInstanceWithDocPath(String documentPath,
Workflow workflow) |
retrofit2.Call<Workflow> |
RepositoryAPI.startWorkflowInstanceWithDocPath(String documentPath,
Workflow workflow,
String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Workflow> |
UserManagerAPI.startWorkflowInstance(Workflow workflow) |
retrofit2.Call<Workflow> |
RepositoryAPI.startWorkflowInstanceWithDocId(String documentId,
Workflow workflow) |
retrofit2.Call<Workflow> |
RepositoryAPI.startWorkflowInstanceWithDocId(String documentId,
Workflow workflow,
String repositoryName) |
retrofit2.Call<Workflow> |
RepositoryAPI.startWorkflowInstanceWithDocPath(String documentPath,
Workflow workflow) |
retrofit2.Call<Workflow> |
RepositoryAPI.startWorkflowInstanceWithDocPath(String documentPath,
Workflow workflow,
String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
Repository.fetchWorkflowInstance(String workflowInstanceId) |
Workflow |
Repository.fetchWorkflowModel(String workflowModelName) |
Workflow |
Document.startWorkflowInstance(Workflow workflow) |
Workflow |
Repository.startWorkflowInstanceWithDocId(String documentId,
Workflow workflow) |
Workflow |
Repository.startWorkflowInstanceWithDocPath(String documentPath,
Workflow workflow) |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
Document.startWorkflowInstance(Workflow workflow) |
void |
Document.startWorkflowInstance(Workflow workflow,
retrofit2.Callback<Workflow> callback) |
Workflow |
Repository.startWorkflowInstanceWithDocId(String documentId,
Workflow workflow) |
void |
Repository.startWorkflowInstanceWithDocId(String documentId,
Workflow workflow,
retrofit2.Callback<Workflow> callback) |
Workflow |
Repository.startWorkflowInstanceWithDocPath(String documentPath,
Workflow workflow) |
void |
Repository.startWorkflowInstanceWithDocPath(String documentPath,
Workflow workflow,
retrofit2.Callback<Workflow> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.fetchWorkflowInstance(String workflowInstanceId,
retrofit2.Callback<Workflow> callback) |
void |
Repository.fetchWorkflowModel(String workflowModelName,
retrofit2.Callback<Workflow> callback) |
void |
Document.startWorkflowInstance(Workflow workflow,
retrofit2.Callback<Workflow> callback) |
void |
Repository.startWorkflowInstanceWithDocId(String documentId,
Workflow workflow,
retrofit2.Callback<Workflow> callback) |
void |
Repository.startWorkflowInstanceWithDocPath(String documentPath,
Workflow workflow,
retrofit2.Callback<Workflow> callback) |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
UserManager.startWorkflowInstance(Workflow workflow)
Start workflow instances for current user.
|
| Modifier and Type | Method and Description |
|---|---|
Workflow |
UserManager.startWorkflowInstance(Workflow workflow)
Start workflow instances for current user.
|
void |
UserManager.startWorkflowInstance(Workflow workflow,
retrofit2.Callback<Workflow> callback)
Start workflow instances for current user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserManager.startWorkflowInstance(Workflow workflow,
retrofit2.Callback<Workflow> callback)
Start workflow instances for current user.
|
| Modifier and Type | Method and Description |
|---|---|
Workflow |
Workflows.get(int id)
Deprecated.
since 3.2, use
Entities.getEntry(int) instead |
| Modifier and Type | Method and Description |
|---|---|
List<Workflow> |
Workflows.getWorkflows()
Deprecated.
since 3.2, use
Entities.getEntries() instead |
| Constructor and Description |
|---|
Workflows(List<? extends Workflow> entries) |
Copyright © 2018 Nuxeo. All rights reserved.