Package org.bonitasoft.web.client.api
Interface ProcessInstanceInfoApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface ProcessInstanceInfoApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionFinds the ProcessInstanceInfo by ID !Finds the ProcessInstanceInfo by ID Similar togetProcessInstanceInfoByIdbut it also returns the http response headers . !
-
Method Details
-
getProcessInstanceInfoById
Finds the ProcessInstanceInfo by ID  since 2022.2 Returns the single ProcessInstanceInfo for the given ID- Parameters:
id- ID of the ProcessInstanceInfo to return (required)- Returns:
- ProcessInstanceInfo
-
getProcessInstanceInfoByIdWithHttpInfo
Finds the ProcessInstanceInfo by ID Similar togetProcessInstanceInfoByIdbut it also returns the http response headers .  since 2022.2 Returns the single ProcessInstanceInfo for the given ID- Parameters:
id- ID of the ProcessInstanceInfo to return (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-