Uses of Class
org.nuxeo.client.objects.task.TaskCompletionRequest
-
Packages that use TaskCompletionRequest Package Description org.nuxeo.client.methods org.nuxeo.client.objects.task -
-
Uses of TaskCompletionRequest in org.nuxeo.client.methods
Methods in org.nuxeo.client.methods with parameters of type TaskCompletionRequest Modifier and Type Method Description retrofit2.Call<Task>TaskManagerAPI. complete(java.lang.String taskId, java.lang.String action, TaskCompletionRequest taskCompletionRequest) -
Uses of TaskCompletionRequest in org.nuxeo.client.objects.task
Methods in org.nuxeo.client.objects.task with parameters of type TaskCompletionRequest Modifier and Type Method Description TaskTaskManager. complete(java.lang.String taskId, java.lang.String action, TaskCompletionRequest taskCompletionRequest)
-