Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
DecisionDefinitionDto |
DecisionDefinitionApi.getDecisionDefinitionById(String id)
Get Decision Definition By Id
Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.
|
DecisionDefinitionDto |
DecisionDefinitionApi.getDecisionDefinitionByKey(String key)
Get Decision Definition By Key
Retrieves the latest version of the decision definition which belongs to no tenant.
|
DecisionDefinitionDto |
DecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantId(String key,
String tenantId)
Get Decision Definition By Key And Tenant Id
Retrieves the latest version of the decision definition for tenant
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<DecisionDefinitionDto> |
DecisionDefinitionApi.getDecisionDefinitionByIdWithHttpInfo(String id)
Get Decision Definition By Id
Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.
|
ApiResponse<DecisionDefinitionDto> |
DecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Decision Definition By Key And Tenant Id
Retrieves the latest version of the decision definition for tenant
|
ApiResponse<DecisionDefinitionDto> |
DecisionDefinitionApi.getDecisionDefinitionByKeyWithHttpInfo(String key)
Get Decision Definition By Key
Retrieves the latest version of the decision definition which belongs to no tenant.
|
List<DecisionDefinitionDto> |
DecisionDefinitionApi.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.
|
ApiResponse<List<DecisionDefinitionDto>> |
DecisionDefinitionApi.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.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
DecisionDefinitionApi.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 |
DecisionDefinitionApi.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 |
DecisionDefinitionApi.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 |
DecisionDefinitionApi.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.
|
Modifier and Type | Method and Description |
---|---|
DecisionDefinitionDto |
DecisionDefinitionDto.category(String category) |
DecisionDefinitionDto |
DecisionDefinitionDto.decisionRequirementsDefinitionId(String decisionRequirementsDefinitionId) |
DecisionDefinitionDto |
DecisionDefinitionDto.decisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey) |
DecisionDefinitionDto |
DecisionDefinitionDto.deploymentId(String deploymentId) |
DecisionDefinitionDto |
DecisionDefinitionDto.historyTimeToLive(Integer historyTimeToLive) |
DecisionDefinitionDto |
DecisionDefinitionDto.id(String id) |
DecisionDefinitionDto |
DecisionDefinitionDto.key(String key) |
DecisionDefinitionDto |
DecisionDefinitionDto.name(String name) |
DecisionDefinitionDto |
DecisionDefinitionDto.resource(String resource) |
DecisionDefinitionDto |
DecisionDefinitionDto.tenantId(String tenantId) |
DecisionDefinitionDto |
DecisionDefinitionDto.version(Integer version) |
DecisionDefinitionDto |
DecisionDefinitionDto.versionTag(String versionTag) |
Modifier and Type | Method and Description |
---|---|
Map<String,DecisionDefinitionDto> |
DeploymentWithDefinitionsDto.getDeployedDecisionDefinitions()
A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment.
|
Map<String,DecisionDefinitionDto> |
DeploymentWithDefinitionsDtoAllOf.getDeployedDecisionDefinitions()
A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment.
|
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.putDeployedDecisionDefinitionsItem(String key,
DecisionDefinitionDto deployedDecisionDefinitionsItem) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.putDeployedDecisionDefinitionsItem(String key,
DecisionDefinitionDto deployedDecisionDefinitionsItem) |
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.deployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.deployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
void |
DeploymentWithDefinitionsDto.setDeployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
void |
DeploymentWithDefinitionsDtoAllOf.setDeployedDecisionDefinitions(Map<String,DecisionDefinitionDto> deployedDecisionDefinitions) |
Copyright © 2022. All rights reserved.