Uses of Class
org.bonitasoft.web.client.api.ProcessInstanceApi.GetProcessInstanceByIdQueryParams
-
Packages that use ProcessInstanceApi.GetProcessInstanceByIdQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of ProcessInstanceApi.GetProcessInstanceByIdQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInstanceApi.GetProcessInstanceByIdQueryParams Modifier and Type Method Description ProcessInstanceApi.GetProcessInstanceByIdQueryParamsProcessInstanceApi.GetProcessInstanceByIdQueryParams. n(String value)Methods in org.bonitasoft.web.client.api with parameters of type ProcessInstanceApi.GetProcessInstanceByIdQueryParams Modifier and Type Method Description ProcessInstanceProcessInstanceApi. getProcessInstanceById(String id, ProcessInstanceApi.GetProcessInstanceByIdQueryParams queryParams)Finds the ProcessInstance by ID Returns the single ProcessInstance for the given ID Note, this is equivalent to the othergetProcessInstanceByIdmethod, but with the query parameters collected into a single Map parameter.ApiResponse<ProcessInstance>ProcessInstanceApi. getProcessInstanceByIdWithHttpInfo(String id, ProcessInstanceApi.GetProcessInstanceByIdQueryParams queryParams)Finds the ProcessInstance by ID Returns the single ProcessInstance for the given ID Note, this is equivalent to the othergetProcessInstanceByIdthat receives the query parameters as a map, but this one also exposes the Http response headers
-