Uses of Class
org.camunda.community.rest.client.dto.CaseDefinitionDto
Packages that use CaseDefinitionDto
-
Uses of CaseDefinitionDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return CaseDefinitionDtoModifier and TypeMethodDescriptionCaseDefinitionDto.deploymentId(String deploymentId) CaseDefinitionDto.historyTimeToLive(Integer historyTimeToLive) Methods in org.camunda.community.rest.client.dto that return types with arguments of type CaseDefinitionDtoModifier and TypeMethodDescriptionDeploymentWithDefinitionsDto.getDeployedCaseDefinitions()A JSON Object containing a property for each of the case definitions, which are successfully deployed with that deployment.org.openapitools.jackson.nullable.JsonNullable<Map<String,CaseDefinitionDto>> DeploymentWithDefinitionsDto.getDeployedCaseDefinitions_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type CaseDefinitionDtoModifier and TypeMethodDescriptionDeploymentWithDefinitionsDto.putDeployedCaseDefinitionsItem(String key, CaseDefinitionDto deployedCaseDefinitionsItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type CaseDefinitionDtoModifier and TypeMethodDescriptionDeploymentWithDefinitionsDto.deployedCaseDefinitions(Map<String, CaseDefinitionDto> deployedCaseDefinitions) voidDeploymentWithDefinitionsDto.setDeployedCaseDefinitions(Map<String, CaseDefinitionDto> deployedCaseDefinitions) voidDeploymentWithDefinitionsDto.setDeployedCaseDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, CaseDefinitionDto>> deployedCaseDefinitions)