Uses of Class
org.nuxeo.client.objects.workflow.Graph
-
Packages that use Graph Package Description org.nuxeo.client.methods org.nuxeo.client.objects -
-
Uses of Graph in org.nuxeo.client.methods
Methods in org.nuxeo.client.methods that return types with arguments of type Graph Modifier and Type Method Description retrofit2.Call<Graph>RepositoryAPI. fetchWorkflowInstanceGraph(java.lang.String workflowInstanceId)retrofit2.Call<Graph>RepositoryAPI. fetchWorkflowModelGraph(java.lang.String workflowModelName) -
Uses of Graph in org.nuxeo.client.objects
Methods in org.nuxeo.client.objects that return Graph Modifier and Type Method Description GraphRepository. fetchWorkflowInstanceGraph(java.lang.String workflowInstanceId)GraphRepository. fetchWorkflowModelGraph(java.lang.String workflowModelName)Method parameters in org.nuxeo.client.objects with type arguments of type Graph Modifier and Type Method Description voidRepository. fetchWorkflowInstanceGraph(java.lang.String workflowInstanceId, retrofit2.Callback<Graph> callback)voidRepository. fetchWorkflowModelGraph(java.lang.String workflowModelName, retrofit2.Callback<Graph> callback)
-