public class HistoryCleanupRestServiceImpl extends Object implements HistoryCleanupRestService
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected ProcessEngine |
processEngine |
PATH| Constructor and Description |
|---|
HistoryCleanupRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine) |
| Modifier and Type | Method and Description |
|---|---|
JobDto |
cleanupAsync(boolean immediatelyDue) |
JobDto |
findCleanupJob() |
List<JobDto> |
findCleanupJobs() |
HistoryCleanupConfigurationDto |
getHistoryCleanupConfiguration() |
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected ProcessEngine processEngine
public HistoryCleanupRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
public JobDto cleanupAsync(boolean immediatelyDue)
cleanupAsync in interface HistoryCleanupRestServicepublic JobDto findCleanupJob()
findCleanupJob in interface HistoryCleanupRestServicepublic List<JobDto> findCleanupJobs()
findCleanupJobs in interface HistoryCleanupRestServicepublic HistoryCleanupConfigurationDto getHistoryCleanupConfiguration()
getHistoryCleanupConfiguration in interface HistoryCleanupRestServiceCopyright © 2019. All rights reserved.