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