Uses of Class
org.camunda.bpm.engine.rest.dto.HistoryTimeToLiveDto

Packages that use HistoryTimeToLiveDto
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
 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
 void ProcessDefinitionResourceImpl.updateHistoryTimeToLive(HistoryTimeToLiveDto historyTimeToLiveDto)
           
 void CaseDefinitionResourceImpl.updateHistoryTimeToLive(HistoryTimeToLiveDto historyTimeToLiveDto)
           
 void DecisionDefinitionResourceImpl.updateHistoryTimeToLive(HistoryTimeToLiveDto historyTimeToLiveDto)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.