Uses of Class
org.camunda.bpm.engine.rest.dto.HistoryTimeToLiveDto
Packages that use HistoryTimeToLiveDto
Package
Description
-
Uses of HistoryTimeToLiveDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository with parameters of type HistoryTimeToLiveDtoModifier and TypeMethodDescriptionvoid
CaseDefinitionResource.updateHistoryTimeToLive
(HistoryTimeToLiveDto historyTimeToLiveDto) void
DecisionDefinitionResource.updateHistoryTimeToLive
(HistoryTimeToLiveDto historyTimeToLiveDto) void
ProcessDefinitionResource.updateHistoryTimeToLive
(HistoryTimeToLiveDto historyTimeToLiveDto) -
Uses of HistoryTimeToLiveDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl with parameters of type HistoryTimeToLiveDtoModifier and TypeMethodDescriptionvoid
CaseDefinitionResourceImpl.updateHistoryTimeToLive
(HistoryTimeToLiveDto historyTimeToLiveDto) void
DecisionDefinitionResourceImpl.updateHistoryTimeToLive
(HistoryTimeToLiveDto historyTimeToLiveDto) void
ProcessDefinitionResourceImpl.updateHistoryTimeToLive
(HistoryTimeToLiveDto historyTimeToLiveDto)