Uses of Class
org.camunda.bpm.engine.rest.dto.HistoryTimeToLiveDto
-
Packages that use HistoryTimeToLiveDto Package Description org.camunda.bpm.engine.rest.sub.repository org.camunda.bpm.engine.rest.sub.repository.impl -
-
Uses of HistoryTimeToLiveDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository with parameters of type HistoryTimeToLiveDto Modifier and Type Method Description void
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 HistoryTimeToLiveDto Modifier and Type Method Description void
CaseDefinitionResourceImpl. updateHistoryTimeToLive(HistoryTimeToLiveDto historyTimeToLiveDto)
void
DecisionDefinitionResourceImpl. updateHistoryTimeToLive(HistoryTimeToLiveDto historyTimeToLiveDto)
void
ProcessDefinitionResourceImpl. updateHistoryTimeToLive(HistoryTimeToLiveDto historyTimeToLiveDto)
-