| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects | |
| org.nuxeo.client.objects.task |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Task> |
TaskManagerAPI.complete(String taskId,
String action,
TaskCompletionRequest taskCompletionRequest) |
retrofit2.Call<Task> |
TaskManagerAPI.delegate(String taskId,
String actors,
String comment) |
retrofit2.Call<Task> |
TaskManagerAPI.fetchTask(String taskId) |
retrofit2.Call<Task> |
TaskManagerAPI.reassign(String taskId,
String actors,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
Task |
Document.fetchTask()
Deprecated.
since 3.2, this method has never worked, use
Document.fetchTasks() instead |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskManager.complete(String taskId,
String action,
TaskCompletionRequest taskCompletionRequest) |
Task |
TaskManager.delegate(String taskId,
List<String> actors,
String comment) |
Task |
TaskManager.delegate(String taskId,
String actors,
String comment) |
Task |
TaskManager.fetchTask(String taskId) |
Task |
Tasks.get(int id)
Deprecated.
since 3.2, use
Entities.getEntry(int) instead |
Task |
TaskManager.reassign(String taskId,
List<String> actors,
String comment) |
Task |
TaskManager.reassign(String taskId,
String actors,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
Tasks.getTasks()
Deprecated.
since 3.2, use
Entities.getEntries() instead |
| Constructor and Description |
|---|
Tasks(List<? extends Task> entries) |
Copyright © 2018 Nuxeo. All rights reserved.