Package org.bonitasoft.web.client.api
Interface ProcessInstanceInfoApi
-
- All Superinterfaces:
ApiClient.Api
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public interface ProcessInstanceInfoApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessInstanceInfogetProcessInstanceInfoById(String id)Finds the ProcessInstanceInfo by ID Returns the single ProcessInstanceInfo for the given IDApiResponse<ProcessInstanceInfo>getProcessInstanceInfoByIdWithHttpInfo(String id)Finds the ProcessInstanceInfo by ID Similar togetProcessInstanceInfoByIdbut it also returns the http response headers .
-
-
-
Method Detail
-
getProcessInstanceInfoById
ProcessInstanceInfo getProcessInstanceInfoById(String id)
Finds the ProcessInstanceInfo by ID Returns the single ProcessInstanceInfo for the given ID- Parameters:
id- ID of the ProcessInstanceInfo to return (required)- Returns:
- ProcessInstanceInfo
-
getProcessInstanceInfoByIdWithHttpInfo
ApiResponse<ProcessInstanceInfo> getProcessInstanceInfoByIdWithHttpInfo(String id)
Finds the ProcessInstanceInfo by ID Similar togetProcessInstanceInfoByIdbut it also returns the http response headers . 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.
-
-