| Package | Description |
|---|---|
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Graph> |
RepositoryAPI.fetchWorkflowInstanceGraph(String workflowInstanceId) |
retrofit2.Call<Graph> |
RepositoryAPI.fetchWorkflowModelGraph(String workflowModelName) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
Repository.fetchWorkflowInstanceGraph(String workflowInstanceId) |
Graph |
Repository.fetchWorkflowModelGraph(String workflowModelName) |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.fetchWorkflowInstanceGraph(String workflowInstanceId,
retrofit2.Callback<Graph> callback) |
void |
Repository.fetchWorkflowModelGraph(String workflowModelName,
retrofit2.Callback<Graph> callback) |
Copyright © 2018 Nuxeo. All rights reserved.