public class DecisionDefinitionApi extends Object
Constructor and Description |
---|
DecisionDefinitionApi() |
DecisionDefinitionApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
List<Map<String,VariableValueDto>> |
evaluateDecisionById(String id,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Id
Evaluates a given decision and returns the result.
|
okhttp3.Call |
evaluateDecisionByIdAsync(String id,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback<List<Map<String,VariableValueDto>>> _callback)
Evaluate By Id (asynchronously)
Evaluates a given decision and returns the result.
|
okhttp3.Call |
evaluateDecisionByIdCall(String id,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback _callback)
Build call for evaluateDecisionById
|
ApiResponse<List<Map<String,VariableValueDto>>> |
evaluateDecisionByIdWithHttpInfo(String id,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Id
Evaluates a given decision and returns the result.
|
List<Map<String,VariableValueDto>> |
evaluateDecisionByKey(String key,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key
Evaluates the latest version of the decision definition which belongs to no tenant.
|
List<Map<String,VariableValueDto>> |
evaluateDecisionByKeyAndTenant(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key And Tenant
Evaluates the latest version of the decision definition for tenant.
|
okhttp3.Call |
evaluateDecisionByKeyAndTenantAsync(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback<List<Map<String,VariableValueDto>>> _callback)
Evaluate By Key And Tenant (asynchronously)
Evaluates the latest version of the decision definition for tenant.
|
okhttp3.Call |
evaluateDecisionByKeyAndTenantCall(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback _callback)
Build call for evaluateDecisionByKeyAndTenant
|
ApiResponse<List<Map<String,VariableValueDto>>> |
evaluateDecisionByKeyAndTenantWithHttpInfo(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key And Tenant
Evaluates the latest version of the decision definition for tenant.
|
okhttp3.Call |
evaluateDecisionByKeyAsync(String key,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback<List<Map<String,VariableValueDto>>> _callback)
Evaluate By Key (asynchronously)
Evaluates the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
evaluateDecisionByKeyCall(String key,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback _callback)
Build call for evaluateDecisionByKey
|
ApiResponse<List<Map<String,VariableValueDto>>> |
evaluateDecisionByKeyWithHttpInfo(String key,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key
Evaluates the latest version of the decision definition which belongs to no tenant.
|
ApiClient |
getApiClient() |
DecisionDefinitionDto |
getDecisionDefinitionById(String id)
Get Decision Definition By Id
Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.
|
okhttp3.Call |
getDecisionDefinitionByIdAsync(String id,
ApiCallback<DecisionDefinitionDto> _callback)
Get Decision Definition By Id (asynchronously)
Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.
|
okhttp3.Call |
getDecisionDefinitionByIdCall(String id,
ApiCallback _callback)
Build call for getDecisionDefinitionById
|
ApiResponse<DecisionDefinitionDto> |
getDecisionDefinitionByIdWithHttpInfo(String id)
Get Decision Definition By Id
Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.
|
DecisionDefinitionDto |
getDecisionDefinitionByKey(String key)
Get Decision Definition By Key
Retrieves the latest version of the decision definition which belongs to no tenant.
|
DecisionDefinitionDto |
getDecisionDefinitionByKeyAndTenantId(String key,
String tenantId)
Get Decision Definition By Key And Tenant Id
Retrieves the latest version of the decision definition for tenant
|
okhttp3.Call |
getDecisionDefinitionByKeyAndTenantIdAsync(String key,
String tenantId,
ApiCallback<DecisionDefinitionDto> _callback)
Get Decision Definition By Key And Tenant Id (asynchronously)
Retrieves the latest version of the decision definition for tenant
|
okhttp3.Call |
getDecisionDefinitionByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getDecisionDefinitionByKeyAndTenantId
|
ApiResponse<DecisionDefinitionDto> |
getDecisionDefinitionByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Decision Definition By Key And Tenant Id
Retrieves the latest version of the decision definition for tenant
|
okhttp3.Call |
getDecisionDefinitionByKeyAsync(String key,
ApiCallback<DecisionDefinitionDto> _callback)
Get Decision Definition By Key (asynchronously)
Retrieves the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
getDecisionDefinitionByKeyCall(String key,
ApiCallback _callback)
Build call for getDecisionDefinitionByKey
|
ApiResponse<DecisionDefinitionDto> |
getDecisionDefinitionByKeyWithHttpInfo(String key)
Get Decision Definition By Key
Retrieves the latest version of the decision definition which belongs to no tenant.
|
File |
getDecisionDefinitionDiagram(String id)
Get Diagram
Retrieves the diagram of a decision definition.
|
okhttp3.Call |
getDecisionDefinitionDiagramAsync(String id,
ApiCallback<File> _callback)
Get Diagram (asynchronously)
Retrieves the diagram of a decision definition.
|
File |
getDecisionDefinitionDiagramByKey(String key)
Get Diagram By Key
Returns the diagram for the latest version of the decision definition which belongs to no tenant
|
File |
getDecisionDefinitionDiagramByKeyAndTenant(String key,
String tenantId)
Get Diagram By Key And Tenant
Returns the XML of the latest version of the decision definition for tenant.
|
okhttp3.Call |
getDecisionDefinitionDiagramByKeyAndTenantAsync(String key,
String tenantId,
ApiCallback<File> _callback)
Get Diagram By Key And Tenant (asynchronously)
Returns the XML of the latest version of the decision definition for tenant.
|
okhttp3.Call |
getDecisionDefinitionDiagramByKeyAndTenantCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getDecisionDefinitionDiagramByKeyAndTenant
|
ApiResponse<File> |
getDecisionDefinitionDiagramByKeyAndTenantWithHttpInfo(String key,
String tenantId)
Get Diagram By Key And Tenant
Returns the XML of the latest version of the decision definition for tenant.
|
okhttp3.Call |
getDecisionDefinitionDiagramByKeyAsync(String key,
ApiCallback<File> _callback)
Get Diagram By Key (asynchronously)
Returns the diagram for the latest version of the decision definition which belongs to no tenant
|
okhttp3.Call |
getDecisionDefinitionDiagramByKeyCall(String key,
ApiCallback _callback)
Build call for getDecisionDefinitionDiagramByKey
|
ApiResponse<File> |
getDecisionDefinitionDiagramByKeyWithHttpInfo(String key)
Get Diagram By Key
Returns the diagram for the latest version of the decision definition which belongs to no tenant
|
okhttp3.Call |
getDecisionDefinitionDiagramCall(String id,
ApiCallback _callback)
Build call for getDecisionDefinitionDiagram
|
ApiResponse<File> |
getDecisionDefinitionDiagramWithHttpInfo(String id)
Get Diagram
Retrieves the diagram of a decision definition.
|
DecisionDefinitionDiagramDto |
getDecisionDefinitionDmnXmlById(String id)
Get XML By Id
Retrieves the DMN XML of a decision definition.
|
okhttp3.Call |
getDecisionDefinitionDmnXmlByIdAsync(String id,
ApiCallback<DecisionDefinitionDiagramDto> _callback)
Get XML By Id (asynchronously)
Retrieves the DMN XML of a decision definition.
|
okhttp3.Call |
getDecisionDefinitionDmnXmlByIdCall(String id,
ApiCallback _callback)
Build call for getDecisionDefinitionDmnXmlById
|
ApiResponse<DecisionDefinitionDiagramDto> |
getDecisionDefinitionDmnXmlByIdWithHttpInfo(String id)
Get XML By Id
Retrieves the DMN XML of a decision definition.
|
DecisionDefinitionDiagramDto |
getDecisionDefinitionDmnXmlByKey(String key)
Get XML By Key
Retrieves the XML for the latest version of the decision definition which belongs to no tenant.
|
DecisionDefinitionDiagramDto |
getDecisionDefinitionDmnXmlByKeyAndTenant(String key,
String tenantId)
Get XML By Key and Tenant
Retrieves the XML of the latest version of the decision definition for tenant
|
okhttp3.Call |
getDecisionDefinitionDmnXmlByKeyAndTenantAsync(String key,
String tenantId,
ApiCallback<DecisionDefinitionDiagramDto> _callback)
Get XML By Key and Tenant (asynchronously)
Retrieves the XML of the latest version of the decision definition for tenant
|
okhttp3.Call |
getDecisionDefinitionDmnXmlByKeyAndTenantCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getDecisionDefinitionDmnXmlByKeyAndTenant
|
ApiResponse<DecisionDefinitionDiagramDto> |
getDecisionDefinitionDmnXmlByKeyAndTenantWithHttpInfo(String key,
String tenantId)
Get XML By Key and Tenant
Retrieves the XML of the latest version of the decision definition for tenant
|
okhttp3.Call |
getDecisionDefinitionDmnXmlByKeyAsync(String key,
ApiCallback<DecisionDefinitionDiagramDto> _callback)
Get XML By Key (asynchronously)
Retrieves the XML for the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
getDecisionDefinitionDmnXmlByKeyCall(String key,
ApiCallback _callback)
Build call for getDecisionDefinitionDmnXmlByKey
|
ApiResponse<DecisionDefinitionDiagramDto> |
getDecisionDefinitionDmnXmlByKeyWithHttpInfo(String key)
Get XML By Key
Retrieves the XML for the latest version of the decision definition which belongs to no tenant.
|
List<DecisionDefinitionDto> |
getDecisionDefinitions(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike)
Get List
Queries for decision definitions that fulfill given parameters.
|
okhttp3.Call |
getDecisionDefinitionsAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
ApiCallback<List<DecisionDefinitionDto>> _callback)
Get List (asynchronously)
Queries for decision definitions that fulfill given parameters.
|
okhttp3.Call |
getDecisionDefinitionsCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
ApiCallback _callback)
Build call for getDecisionDefinitions
|
CountResultDto |
getDecisionDefinitionsCount(String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike)
Get List Count
Requests the number of decision definitions that fulfill the query criteria.
|
okhttp3.Call |
getDecisionDefinitionsCountAsync(String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Requests the number of decision definitions that fulfill the query criteria.
|
okhttp3.Call |
getDecisionDefinitionsCountCall(String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
ApiCallback _callback)
Build call for getDecisionDefinitionsCount
|
ApiResponse<CountResultDto> |
getDecisionDefinitionsCountWithHttpInfo(String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike)
Get List Count
Requests the number of decision definitions that fulfill the query criteria.
|
ApiResponse<List<DecisionDefinitionDto>> |
getDecisionDefinitionsWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike)
Get List
Queries for decision definitions that fulfill given parameters.
|
void |
setApiClient(ApiClient apiClient) |
void |
updateHistoryTimeToLiveByDecisionDefinitionId(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for decision definition.
|
okhttp3.Call |
updateHistoryTimeToLiveByDecisionDefinitionIdAsync(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for decision definition.
|
okhttp3.Call |
updateHistoryTimeToLiveByDecisionDefinitionIdCall(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByDecisionDefinitionId
|
ApiResponse<Void> |
updateHistoryTimeToLiveByDecisionDefinitionIdWithHttpInfo(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for decision definition.
|
void |
updateHistoryTimeToLiveByDecisionDefinitionKey(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key
Updates the latest version of the decision definition which belongs to no tenant.
|
void |
updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key And Tenant
Updates the latest version of the decision definition for tenant.
|
okhttp3.Call |
updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantAsync(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live By Key And Tenant (asynchronously)
Updates the latest version of the decision definition for tenant.
|
okhttp3.Call |
updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantCall(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant
|
ApiResponse<Void> |
updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantWithHttpInfo(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key And Tenant
Updates the latest version of the decision definition for tenant.
|
okhttp3.Call |
updateHistoryTimeToLiveByDecisionDefinitionKeyAsync(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live By Key (asynchronously)
Updates the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
updateHistoryTimeToLiveByDecisionDefinitionKeyCall(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByDecisionDefinitionKey
|
ApiResponse<Void> |
updateHistoryTimeToLiveByDecisionDefinitionKeyWithHttpInfo(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key
Updates the latest version of the decision definition which belongs to no tenant.
|
public DecisionDefinitionApi()
public DecisionDefinitionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call evaluateDecisionByIdCall(String id, EvaluateDecisionDto evaluateDecisionDto, ApiCallback _callback) throws ApiException
id
- The id of the decision definition to be evaluated. (required)evaluateDecisionDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<Map<String,VariableValueDto>> evaluateDecisionById(String id, EvaluateDecisionDto evaluateDecisionDto) throws ApiException
id
- The id of the decision definition to be evaluated. (required)evaluateDecisionDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<Map<String,VariableValueDto>>> evaluateDecisionByIdWithHttpInfo(String id, EvaluateDecisionDto evaluateDecisionDto) throws ApiException
id
- The id of the decision definition to be evaluated. (required)evaluateDecisionDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call evaluateDecisionByIdAsync(String id, EvaluateDecisionDto evaluateDecisionDto, ApiCallback<List<Map<String,VariableValueDto>>> _callback) throws ApiException
id
- The id of the decision definition to be evaluated. (required)evaluateDecisionDto
- (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 objectpublic okhttp3.Call evaluateDecisionByKeyCall(String key, EvaluateDecisionDto evaluateDecisionDto, ApiCallback _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be evaluated. (required)evaluateDecisionDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<Map<String,VariableValueDto>> evaluateDecisionByKey(String key, EvaluateDecisionDto evaluateDecisionDto) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be evaluated. (required)evaluateDecisionDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<Map<String,VariableValueDto>>> evaluateDecisionByKeyWithHttpInfo(String key, EvaluateDecisionDto evaluateDecisionDto) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be evaluated. (required)evaluateDecisionDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call evaluateDecisionByKeyAsync(String key, EvaluateDecisionDto evaluateDecisionDto, ApiCallback<List<Map<String,VariableValueDto>>> _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be evaluated. (required)evaluateDecisionDto
- (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 objectpublic okhttp3.Call evaluateDecisionByKeyAndTenantCall(String key, String tenantId, EvaluateDecisionDto evaluateDecisionDto, ApiCallback _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be evaluated. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)evaluateDecisionDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<Map<String,VariableValueDto>> evaluateDecisionByKeyAndTenant(String key, String tenantId, EvaluateDecisionDto evaluateDecisionDto) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be evaluated. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)evaluateDecisionDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<Map<String,VariableValueDto>>> evaluateDecisionByKeyAndTenantWithHttpInfo(String key, String tenantId, EvaluateDecisionDto evaluateDecisionDto) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be evaluated. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)evaluateDecisionDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call evaluateDecisionByKeyAndTenantAsync(String key, String tenantId, EvaluateDecisionDto evaluateDecisionDto, ApiCallback<List<Map<String,VariableValueDto>>> _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be evaluated. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)evaluateDecisionDto
- (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 objectpublic okhttp3.Call getDecisionDefinitionByIdCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the decision definition to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DecisionDefinitionDto getDecisionDefinitionById(String id) throws ApiException
id
- The id of the decision definition to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DecisionDefinitionDto> getDecisionDefinitionByIdWithHttpInfo(String id) throws ApiException
id
- The id of the decision definition to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionByIdAsync(String id, ApiCallback<DecisionDefinitionDto> _callback) throws ApiException
id
- The id of the decision definition to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDecisionDefinitionByKeyCall(String key, ApiCallback _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DecisionDefinitionDto getDecisionDefinitionByKey(String key) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DecisionDefinitionDto> getDecisionDefinitionByKeyWithHttpInfo(String key) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionByKeyAsync(String key, ApiCallback<DecisionDefinitionDto> _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDecisionDefinitionByKeyAndTenantIdCall(String key, String tenantId, ApiCallback _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DecisionDefinitionDto getDecisionDefinitionByKeyAndTenantId(String key, String tenantId) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DecisionDefinitionDto> getDecisionDefinitionByKeyAndTenantIdWithHttpInfo(String key, String tenantId) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionByKeyAndTenantIdAsync(String key, String tenantId, ApiCallback<DecisionDefinitionDto> _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDecisionDefinitionDiagramCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the process definition. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getDecisionDefinitionDiagram(String id) throws ApiException
id
- The id of the process definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getDecisionDefinitionDiagramWithHttpInfo(String id) throws ApiException
id
- The id of the process definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionDiagramAsync(String id, ApiCallback<File> _callback) throws ApiException
id
- The id of the process definition. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDecisionDefinitionDiagramByKeyCall(String key, ApiCallback _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getDecisionDefinitionDiagramByKey(String key) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getDecisionDefinitionDiagramByKeyWithHttpInfo(String key) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionDiagramByKeyAsync(String key, ApiCallback<File> _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDecisionDefinitionDiagramByKeyAndTenantCall(String key, String tenantId, ApiCallback _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getDecisionDefinitionDiagramByKeyAndTenant(String key, String tenantId) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getDecisionDefinitionDiagramByKeyAndTenantWithHttpInfo(String key, String tenantId) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionDiagramByKeyAndTenantAsync(String key, String tenantId, ApiCallback<File> _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDecisionDefinitionDmnXmlByIdCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the decision definition. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DecisionDefinitionDiagramDto getDecisionDefinitionDmnXmlById(String id) throws ApiException
id
- The id of the decision definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DecisionDefinitionDiagramDto> getDecisionDefinitionDmnXmlByIdWithHttpInfo(String id) throws ApiException
id
- The id of the decision definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionDmnXmlByIdAsync(String id, ApiCallback<DecisionDefinitionDiagramDto> _callback) throws ApiException
id
- The id of the decision definition. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDecisionDefinitionDmnXmlByKeyCall(String key, ApiCallback _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof). (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DecisionDefinitionDiagramDto getDecisionDefinitionDmnXmlByKey(String key) throws ApiException
key
- The key of the decision definition (the latest version thereof). (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DecisionDefinitionDiagramDto> getDecisionDefinitionDmnXmlByKeyWithHttpInfo(String key) throws ApiException
key
- The key of the decision definition (the latest version thereof). (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionDmnXmlByKeyAsync(String key, ApiCallback<DecisionDefinitionDiagramDto> _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof). (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDecisionDefinitionDmnXmlByKeyAndTenantCall(String key, String tenantId, ApiCallback _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof). (required)tenantId
- The id of the tenant the decision definition belongs to. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic DecisionDefinitionDiagramDto getDecisionDefinitionDmnXmlByKeyAndTenant(String key, String tenantId) throws ApiException
key
- The key of the decision definition (the latest version thereof). (required)tenantId
- The id of the tenant the decision definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DecisionDefinitionDiagramDto> getDecisionDefinitionDmnXmlByKeyAndTenantWithHttpInfo(String key, String tenantId) throws ApiException
key
- The key of the decision definition (the latest version thereof). (required)tenantId
- The id of the tenant the decision definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionDmnXmlByKeyAndTenantAsync(String key, String tenantId, ApiCallback<DecisionDefinitionDiagramDto> _callback) throws ApiException
key
- The key of the decision definition (the latest version thereof). (required)tenantId
- The id of the tenant the decision definition belongs to. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDecisionDefinitionsCall(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, Date deployedAfter, Date deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike, ApiCallback _callback) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)decisionDefinitionId
- Filter by decision definition id. (optional)decisionDefinitionIdIn
- Filter by decision definition ids. (optional)name
- Filter by decision definition name. (optional)nameLike
- Filter by decision definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed after (exclusive) a specific time. (optional)deployedAt
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed at a specific time (exact match). (optional)key
- Filter by decision definition key, i.e., the id in the DMN 1.0 XML. Exact match. (optional)keyLike
- Filter by decision definition keys that the parameter is a substring of. (optional)category
- Filter by decision definition category. Exact match. (optional)categoryLike
- Filter by decision definition categories that the parameter is a substring of. (optional)version
- Filter by decision definition version. (optional)latestVersion
- Only include those decision definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the decision definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those decision definition resources that the parameter is a substring of. (optional)decisionRequirementsDefinitionId
- Filter by the id of the decision requirements definition this decision definition belongs to. (optional)decisionRequirementsDefinitionKey
- Filter by the key of the decision requirements definition this decision definition belongs to. (optional)withoutDecisionRequirementsDefinition
- Only include decision definitions which does not belongs to any decision requirements definition. Value may only be `true`, as `false` is the default behavior. (optional)tenantIdIn
- Filter by a comma-separated list of `Strings`. A decision definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include decision definitions which belong to no tenant. Value can effectively only be `true`, as `false` is the default behavior. (optional)includeDecisionDefinitionsWithoutTenantId
- Include decision definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tags of those decision definition resources that the parameter is a substring of. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<DecisionDefinitionDto> getDecisionDefinitions(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, Date deployedAfter, Date deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)decisionDefinitionId
- Filter by decision definition id. (optional)decisionDefinitionIdIn
- Filter by decision definition ids. (optional)name
- Filter by decision definition name. (optional)nameLike
- Filter by decision definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed after (exclusive) a specific time. (optional)deployedAt
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed at a specific time (exact match). (optional)key
- Filter by decision definition key, i.e., the id in the DMN 1.0 XML. Exact match. (optional)keyLike
- Filter by decision definition keys that the parameter is a substring of. (optional)category
- Filter by decision definition category. Exact match. (optional)categoryLike
- Filter by decision definition categories that the parameter is a substring of. (optional)version
- Filter by decision definition version. (optional)latestVersion
- Only include those decision definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the decision definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those decision definition resources that the parameter is a substring of. (optional)decisionRequirementsDefinitionId
- Filter by the id of the decision requirements definition this decision definition belongs to. (optional)decisionRequirementsDefinitionKey
- Filter by the key of the decision requirements definition this decision definition belongs to. (optional)withoutDecisionRequirementsDefinition
- Only include decision definitions which does not belongs to any decision requirements definition. Value may only be `true`, as `false` is the default behavior. (optional)tenantIdIn
- Filter by a comma-separated list of `Strings`. A decision definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include decision definitions which belong to no tenant. Value can effectively only be `true`, as `false` is the default behavior. (optional)includeDecisionDefinitionsWithoutTenantId
- Include decision definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tags of those decision definition resources that the parameter is a substring of. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<DecisionDefinitionDto>> getDecisionDefinitionsWithHttpInfo(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, Date deployedAfter, Date deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)decisionDefinitionId
- Filter by decision definition id. (optional)decisionDefinitionIdIn
- Filter by decision definition ids. (optional)name
- Filter by decision definition name. (optional)nameLike
- Filter by decision definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed after (exclusive) a specific time. (optional)deployedAt
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed at a specific time (exact match). (optional)key
- Filter by decision definition key, i.e., the id in the DMN 1.0 XML. Exact match. (optional)keyLike
- Filter by decision definition keys that the parameter is a substring of. (optional)category
- Filter by decision definition category. Exact match. (optional)categoryLike
- Filter by decision definition categories that the parameter is a substring of. (optional)version
- Filter by decision definition version. (optional)latestVersion
- Only include those decision definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the decision definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those decision definition resources that the parameter is a substring of. (optional)decisionRequirementsDefinitionId
- Filter by the id of the decision requirements definition this decision definition belongs to. (optional)decisionRequirementsDefinitionKey
- Filter by the key of the decision requirements definition this decision definition belongs to. (optional)withoutDecisionRequirementsDefinition
- Only include decision definitions which does not belongs to any decision requirements definition. Value may only be `true`, as `false` is the default behavior. (optional)tenantIdIn
- Filter by a comma-separated list of `Strings`. A decision definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include decision definitions which belong to no tenant. Value can effectively only be `true`, as `false` is the default behavior. (optional)includeDecisionDefinitionsWithoutTenantId
- Include decision definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tags of those decision definition resources that the parameter is a substring of. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionsAsync(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, Date deployedAfter, Date deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike, ApiCallback<List<DecisionDefinitionDto>> _callback) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)decisionDefinitionId
- Filter by decision definition id. (optional)decisionDefinitionIdIn
- Filter by decision definition ids. (optional)name
- Filter by decision definition name. (optional)nameLike
- Filter by decision definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed after (exclusive) a specific time. (optional)deployedAt
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed at a specific time (exact match). (optional)key
- Filter by decision definition key, i.e., the id in the DMN 1.0 XML. Exact match. (optional)keyLike
- Filter by decision definition keys that the parameter is a substring of. (optional)category
- Filter by decision definition category. Exact match. (optional)categoryLike
- Filter by decision definition categories that the parameter is a substring of. (optional)version
- Filter by decision definition version. (optional)latestVersion
- Only include those decision definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the decision definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those decision definition resources that the parameter is a substring of. (optional)decisionRequirementsDefinitionId
- Filter by the id of the decision requirements definition this decision definition belongs to. (optional)decisionRequirementsDefinitionKey
- Filter by the key of the decision requirements definition this decision definition belongs to. (optional)withoutDecisionRequirementsDefinition
- Only include decision definitions which does not belongs to any decision requirements definition. Value may only be `true`, as `false` is the default behavior. (optional)tenantIdIn
- Filter by a comma-separated list of `Strings`. A decision definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include decision definitions which belong to no tenant. Value can effectively only be `true`, as `false` is the default behavior. (optional)includeDecisionDefinitionsWithoutTenantId
- Include decision definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tags of those decision definition resources that the parameter is a substring of. (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 objectpublic okhttp3.Call getDecisionDefinitionsCountCall(String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, Date deployedAfter, Date deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike, ApiCallback _callback) throws ApiException
decisionDefinitionId
- Filter by decision definition id. (optional)decisionDefinitionIdIn
- Filter by decision definition ids. (optional)name
- Filter by decision definition name. (optional)nameLike
- Filter by decision definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed after (exclusive) a specific time. (optional)deployedAt
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed at a specific time (exact match). (optional)key
- Filter by decision definition key, i.e., the id in the DMN 1.0 XML. Exact match. (optional)keyLike
- Filter by decision definition keys that the parameter is a substring of. (optional)category
- Filter by decision definition category. Exact match. (optional)categoryLike
- Filter by decision definition categories that the parameter is a substring of. (optional)version
- Filter by decision definition version. (optional)latestVersion
- Only include those decision definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the decision definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those decision definition resources that the parameter is a substring of. (optional)decisionRequirementsDefinitionId
- Filter by the id of the decision requirements definition this decision definition belongs to. (optional)decisionRequirementsDefinitionKey
- Filter by the key of the decision requirements definition this decision definition belongs to. (optional)withoutDecisionRequirementsDefinition
- Only include decision definitions which does not belongs to any decision requirements definition. Value may only be `true`, as `false` is the default behavior. (optional)tenantIdIn
- Filter by a comma-separated list of `Strings`. A decision definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include decision definitions which belong to no tenant. Value can effectively only be `true`, as `false` is the default behavior. (optional)includeDecisionDefinitionsWithoutTenantId
- Include decision definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tags of those decision definition resources that the parameter is a substring of. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CountResultDto getDecisionDefinitionsCount(String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, Date deployedAfter, Date deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike) throws ApiException
decisionDefinitionId
- Filter by decision definition id. (optional)decisionDefinitionIdIn
- Filter by decision definition ids. (optional)name
- Filter by decision definition name. (optional)nameLike
- Filter by decision definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed after (exclusive) a specific time. (optional)deployedAt
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed at a specific time (exact match). (optional)key
- Filter by decision definition key, i.e., the id in the DMN 1.0 XML. Exact match. (optional)keyLike
- Filter by decision definition keys that the parameter is a substring of. (optional)category
- Filter by decision definition category. Exact match. (optional)categoryLike
- Filter by decision definition categories that the parameter is a substring of. (optional)version
- Filter by decision definition version. (optional)latestVersion
- Only include those decision definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the decision definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those decision definition resources that the parameter is a substring of. (optional)decisionRequirementsDefinitionId
- Filter by the id of the decision requirements definition this decision definition belongs to. (optional)decisionRequirementsDefinitionKey
- Filter by the key of the decision requirements definition this decision definition belongs to. (optional)withoutDecisionRequirementsDefinition
- Only include decision definitions which does not belongs to any decision requirements definition. Value may only be `true`, as `false` is the default behavior. (optional)tenantIdIn
- Filter by a comma-separated list of `Strings`. A decision definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include decision definitions which belong to no tenant. Value can effectively only be `true`, as `false` is the default behavior. (optional)includeDecisionDefinitionsWithoutTenantId
- Include decision definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tags of those decision definition resources that the parameter is a substring of. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CountResultDto> getDecisionDefinitionsCountWithHttpInfo(String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, Date deployedAfter, Date deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike) throws ApiException
decisionDefinitionId
- Filter by decision definition id. (optional)decisionDefinitionIdIn
- Filter by decision definition ids. (optional)name
- Filter by decision definition name. (optional)nameLike
- Filter by decision definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed after (exclusive) a specific time. (optional)deployedAt
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed at a specific time (exact match). (optional)key
- Filter by decision definition key, i.e., the id in the DMN 1.0 XML. Exact match. (optional)keyLike
- Filter by decision definition keys that the parameter is a substring of. (optional)category
- Filter by decision definition category. Exact match. (optional)categoryLike
- Filter by decision definition categories that the parameter is a substring of. (optional)version
- Filter by decision definition version. (optional)latestVersion
- Only include those decision definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the decision definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those decision definition resources that the parameter is a substring of. (optional)decisionRequirementsDefinitionId
- Filter by the id of the decision requirements definition this decision definition belongs to. (optional)decisionRequirementsDefinitionKey
- Filter by the key of the decision requirements definition this decision definition belongs to. (optional)withoutDecisionRequirementsDefinition
- Only include decision definitions which does not belongs to any decision requirements definition. Value may only be `true`, as `false` is the default behavior. (optional)tenantIdIn
- Filter by a comma-separated list of `Strings`. A decision definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include decision definitions which belong to no tenant. Value can effectively only be `true`, as `false` is the default behavior. (optional)includeDecisionDefinitionsWithoutTenantId
- Include decision definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tags of those decision definition resources that the parameter is a substring of. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDecisionDefinitionsCountAsync(String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, Date deployedAfter, Date deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike, ApiCallback<CountResultDto> _callback) throws ApiException
decisionDefinitionId
- Filter by decision definition id. (optional)decisionDefinitionIdIn
- Filter by decision definition ids. (optional)name
- Filter by decision definition name. (optional)nameLike
- Filter by decision definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed after (exclusive) a specific time. (optional)deployedAt
- Filter by the deploy time of the deployment the decision definition belongs to. Only selects decision definitions that have been deployed at a specific time (exact match). (optional)key
- Filter by decision definition key, i.e., the id in the DMN 1.0 XML. Exact match. (optional)keyLike
- Filter by decision definition keys that the parameter is a substring of. (optional)category
- Filter by decision definition category. Exact match. (optional)categoryLike
- Filter by decision definition categories that the parameter is a substring of. (optional)version
- Filter by decision definition version. (optional)latestVersion
- Only include those decision definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the decision definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those decision definition resources that the parameter is a substring of. (optional)decisionRequirementsDefinitionId
- Filter by the id of the decision requirements definition this decision definition belongs to. (optional)decisionRequirementsDefinitionKey
- Filter by the key of the decision requirements definition this decision definition belongs to. (optional)withoutDecisionRequirementsDefinition
- Only include decision definitions which does not belongs to any decision requirements definition. Value may only be `true`, as `false` is the default behavior. (optional)tenantIdIn
- Filter by a comma-separated list of `Strings`. A decision definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include decision definitions which belong to no tenant. Value can effectively only be `true`, as `false` is the default behavior. (optional)includeDecisionDefinitionsWithoutTenantId
- Include decision definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tags of those decision definition resources that the parameter is a substring of. (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 objectpublic okhttp3.Call updateHistoryTimeToLiveByDecisionDefinitionIdCall(String id, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback _callback) throws ApiException
id
- The id of the decision definition to change history time to live. (required)historyTimeToLiveDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateHistoryTimeToLiveByDecisionDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
id
- The id of the decision definition to change history time to live. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateHistoryTimeToLiveByDecisionDefinitionIdWithHttpInfo(String id, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
id
- The id of the decision definition to change history time to live. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateHistoryTimeToLiveByDecisionDefinitionIdAsync(String id, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the decision definition to change history time to live. (required)historyTimeToLiveDto
- (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 objectpublic okhttp3.Call updateHistoryTimeToLiveByDecisionDefinitionKeyCall(String key, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback _callback) throws ApiException
key
- The key of the decision definitions to change history time to live. (required)historyTimeToLiveDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateHistoryTimeToLiveByDecisionDefinitionKey(String key, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
key
- The key of the decision definitions to change history time to live. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateHistoryTimeToLiveByDecisionDefinitionKeyWithHttpInfo(String key, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
key
- The key of the decision definitions to change history time to live. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateHistoryTimeToLiveByDecisionDefinitionKeyAsync(String key, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback<Void> _callback) throws ApiException
key
- The key of the decision definitions to change history time to live. (required)historyTimeToLiveDto
- (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 objectpublic okhttp3.Call updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantCall(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback _callback) throws ApiException
key
- The key of the decision definitions to change history time to live. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)historyTimeToLiveDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
key
- The key of the decision definitions to change history time to live. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantWithHttpInfo(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
key
- The key of the decision definitions to change history time to live. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantAsync(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback<Void> _callback) throws ApiException
key
- The key of the decision definitions to change history time to live. (required)tenantId
- The id of the tenant the decision definition belongs to. (required)historyTimeToLiveDto
- (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.