Uses of Class
org.camunda.community.rest.client.dto.DecisionDefinitionDto
Packages that use DecisionDefinitionDto
-
Uses of DecisionDefinitionDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return DecisionDefinitionDtoModifier and TypeMethodDescriptionDecisionDefinitionApi.getDecisionDefinitionById(String id) Get Decision Definition By Id Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.DecisionDefinitionApi.getDecisionDefinitionById(String id, Map<String, String> additionalHeaders) Get Decision Definition By Id Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.DecisionDefinitionApi.getDecisionDefinitionByKey(String key) Get Decision Definition By Key Retrieves the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.getDecisionDefinitionByKey(String key, Map<String, String> additionalHeaders) Get Decision Definition By Key Retrieves the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantId(String key, String tenantId) Get Decision Definition By Key And Tenant Id Retrieves the latest version of the decision definition for tenantDecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Decision Definition By Key And Tenant Id Retrieves the latest version of the decision definition for tenantMethods in org.camunda.community.rest.client.api that return types with arguments of type DecisionDefinitionDtoModifier and TypeMethodDescriptionDecisionDefinitionApi.getDecisionDefinitions(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime 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.DecisionDefinitionApi.getDecisionDefinitions(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime 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, Map<String, String> additionalHeaders) Get List Queries for decision definitions that fulfill given parameters. -
Uses of DecisionDefinitionDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return DecisionDefinitionDtoModifier and TypeMethodDescriptionDecisionDefinitionDto.decisionRequirementsDefinitionId(String decisionRequirementsDefinitionId) DecisionDefinitionDto.decisionRequirementsDefinitionKey(String decisionRequirementsDefinitionKey) DecisionDefinitionDto.deploymentId(String deploymentId) DecisionDefinitionDto.historyTimeToLive(Integer historyTimeToLive) DecisionDefinitionDto.versionTag(String versionTag) Methods in org.camunda.community.rest.client.dto that return types with arguments of type DecisionDefinitionDtoModifier and TypeMethodDescriptionDeploymentWithDefinitionsDto.getDeployedDecisionDefinitions()A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment.org.openapitools.jackson.nullable.JsonNullable<Map<String,DecisionDefinitionDto>> DeploymentWithDefinitionsDto.getDeployedDecisionDefinitions_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type DecisionDefinitionDtoModifier and TypeMethodDescriptionDeploymentWithDefinitionsDto.putDeployedDecisionDefinitionsItem(String key, DecisionDefinitionDto deployedDecisionDefinitionsItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type DecisionDefinitionDtoModifier and TypeMethodDescriptionDeploymentWithDefinitionsDto.deployedDecisionDefinitions(Map<String, DecisionDefinitionDto> deployedDecisionDefinitions) voidDeploymentWithDefinitionsDto.setDeployedDecisionDefinitions(Map<String, DecisionDefinitionDto> deployedDecisionDefinitions) voidDeploymentWithDefinitionsDto.setDeployedDecisionDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, DecisionDefinitionDto>> deployedDecisionDefinitions)