org.camunda.bpm.engine.rest.impl.history
Class HistoryCleanupRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.impl.history.HistoryCleanupRestServiceImpl
All Implemented Interfaces:
HistoryCleanupRestService

public class HistoryCleanupRestServiceImpl
extends Object
implements HistoryCleanupRestService


Field Summary
protected  com.fasterxml.jackson.databind.ObjectMapper objectMapper
           
protected  ProcessEngine processEngine
           
 
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoryCleanupRestService
PATH
 
Constructor Summary
HistoryCleanupRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
           
 
Method Summary
 JobDto cleanupAsync(boolean immediatelyDue)
           
 JobDto findCleanupJob()
           
 HistoryCleanupConfigurationDto getHistoryCleanupConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectMapper

protected com.fasterxml.jackson.databind.ObjectMapper objectMapper

processEngine

protected ProcessEngine processEngine
Constructor Detail

HistoryCleanupRestServiceImpl

public HistoryCleanupRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                     ProcessEngine processEngine)
Method Detail

cleanupAsync

public JobDto cleanupAsync(boolean immediatelyDue)
Specified by:
cleanupAsync in interface HistoryCleanupRestService

findCleanupJob

public JobDto findCleanupJob()
Specified by:
findCleanupJob in interface HistoryCleanupRestService

getHistoryCleanupConfiguration

public HistoryCleanupConfigurationDto getHistoryCleanupConfiguration()
Specified by:
getHistoryCleanupConfiguration in interface HistoryCleanupRestService


Copyright © 2017 camunda services GmbH. All rights reserved.