Class EngineApi
java.lang.Object
org.camunda.community.rest.client.api.EngineApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class EngineApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet List Retrieves the names of all process engines available on your platform.getProcessEngineNames(Map<String, String> additionalHeaders) Get List Retrieves the names of all process engines available on your platform.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
EngineApi
public EngineApi() -
EngineApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getProcessEngineNames
Get List Retrieves the names of all process engines available on your platform. **Note**: You cannot prepend `/engine/{name}` to this method.- Returns:
- List<ProcessEngineDto>
- Throws:
ApiException- if fails to make API call
-
getProcessEngineNames
public List<ProcessEngineDto> getProcessEngineNames(Map<String, String> additionalHeaders) throws ApiExceptionGet List Retrieves the names of all process engines available on your platform. **Note**: You cannot prepend `/engine/{name}` to this method.- Parameters:
additionalHeaders- additionalHeaders for this call- Returns:
- List<ProcessEngineDto>
- Throws:
ApiException- if fails to make API call
-