Uses of Class
org.bonitasoft.web.client.api.ProcessInstanceApi.GetProcessInstanceByIdQueryParams
Packages that use ProcessInstanceApi.GetProcessInstanceByIdQueryParams
-
Uses of ProcessInstanceApi.GetProcessInstanceByIdQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInstanceApi.GetProcessInstanceByIdQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type ProcessInstanceApi.GetProcessInstanceByIdQueryParamsModifier and TypeMethodDescriptionProcessInstanceApi.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.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