org.camunda.bpm.engine.rest.impl.history
Class HistoryCleanupRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoryCleanupRestServiceImpl
- All Implemented Interfaces:
- HistoryCleanupRestService
public class HistoryCleanupRestServiceImpl
- extends Object
- implements HistoryCleanupRestService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
processEngine
protected ProcessEngine processEngine
HistoryCleanupRestServiceImpl
public HistoryCleanupRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
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.