| Package | Description |
|---|---|
| org.openapitools.client.api | |
| org.openapitools.client.model |
| Modifier and Type | Method and Description |
|---|---|
DecisionDefinitionDiagramDto |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlById(String id)
Get XML By Id
Retrieves the DMN XML of a decision definition.
|
DecisionDefinitionDiagramDto |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKey(String key)
Get XML By Key
Retrieves the XML for the latest version of the decision definition which belongs to no tenant.
|
DecisionDefinitionDiagramDto |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenant(String key,
String tenantId)
Get XML By Key and Tenant
Retrieves the XML of the latest version of the decision definition for tenant
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DecisionDefinitionDiagramDto> |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByIdWithHttpInfo(String id)
Get XML By Id
Retrieves the DMN XML of a decision definition.
|
ApiResponse<DecisionDefinitionDiagramDto> |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenantWithHttpInfo(String key,
String tenantId)
Get XML By Key and Tenant
Retrieves the XML of the latest version of the decision definition for tenant
|
ApiResponse<DecisionDefinitionDiagramDto> |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyWithHttpInfo(String key)
Get XML By Key
Retrieves the XML for the latest version of the decision definition which belongs to no tenant.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByIdAsync(String id,
ApiCallback<DecisionDefinitionDiagramDto> _callback)
Get XML By Id (asynchronously)
Retrieves the DMN XML of a decision definition.
|
okhttp3.Call |
DecisionDefinitionApi.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 |
DecisionDefinitionApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
DecisionDefinitionDiagramDto |
DecisionDefinitionDiagramDto.dmnXml(String dmnXml) |
DecisionDefinitionDiagramDto |
DecisionDefinitionDiagramDto.id(String id) |
Copyright © 2022. All rights reserved.