public class ConditionApi extends Object
Constructor and Description |
---|
ConditionApi() |
ConditionApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceDto> |
evaluateCondition(EvaluationConditionDto evaluationConditionDto)
Evaluate
Triggers evaluation of conditions for conditional start event(s).
|
okhttp3.Call |
evaluateConditionAsync(EvaluationConditionDto evaluationConditionDto,
ApiCallback<List<ProcessInstanceDto>> _callback)
Evaluate (asynchronously)
Triggers evaluation of conditions for conditional start event(s).
|
okhttp3.Call |
evaluateConditionCall(EvaluationConditionDto evaluationConditionDto,
ApiCallback _callback)
Build call for evaluateCondition
|
ApiResponse<List<ProcessInstanceDto>> |
evaluateConditionWithHttpInfo(EvaluationConditionDto evaluationConditionDto)
Evaluate
Triggers evaluation of conditions for conditional start event(s).
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ConditionApi()
public ConditionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call evaluateConditionCall(EvaluationConditionDto evaluationConditionDto, ApiCallback _callback) throws ApiException
evaluationConditionDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<ProcessInstanceDto> evaluateCondition(EvaluationConditionDto evaluationConditionDto) throws ApiException
evaluationConditionDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProcessInstanceDto>> evaluateConditionWithHttpInfo(EvaluationConditionDto evaluationConditionDto) throws ApiException
evaluationConditionDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call evaluateConditionAsync(EvaluationConditionDto evaluationConditionDto, ApiCallback<List<ProcessInstanceDto>> _callback) throws ApiException
evaluationConditionDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.