Package org.bonitasoft.web.client.api
Interface ProcessInfoApi
-
- All Superinterfaces:
ApiClient.Api
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public interface ProcessInfoApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessInfogetProcessInfoById(String id)Finds the ProcessInfo by ID Since 2022.2  Returns the single ProcessInfo for the given IDApiResponse<ProcessInfo>getProcessInfoByIdWithHttpInfo(String id)Finds the ProcessInfo by ID Similar togetProcessInfoByIdbut it also returns the http response headers .
-
-
-
Method Detail
-
getProcessInfoById
ProcessInfo getProcessInfoById(String id)
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
ApiResponse<ProcessInfo> getProcessInfoByIdWithHttpInfo(String id)
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.
-
-