Uses of Class
org.camunda.community.rest.client.dto.HistoryTimeToLiveDto
Packages that use HistoryTimeToLiveDto
-
Uses of HistoryTimeToLiveDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type HistoryTimeToLiveDtoModifier and TypeMethodDescriptionvoidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live Updates history time to live for decision definition.voidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live Updates history time to live for decision definition.voidDecisionDefinitionApi.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.voidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKey(String key, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live By Key Updates the latest version of the decision definition which belongs to no tenant.voidDecisionDefinitionApi.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.voidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live By Key And Tenant Updates the latest version of the decision definition for tenant.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live Updates history time to live for process definition.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live Updates history time to live for process definition.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKey(String key, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live Updates history time to live for the latest version of the process definition which belongs to no tenant.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKey(String key, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live Updates history time to live for the latest version of the process definition which belongs to no tenant.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live Updates history time to live for the latest version of the process definition for a tenant.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live Updates history time to live for the latest version of the process definition for a tenant. -
Uses of HistoryTimeToLiveDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoryTimeToLiveDtoModifier and TypeMethodDescriptionHistoryTimeToLiveDto.historyTimeToLive(Integer historyTimeToLive)