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 HistoryCleanupRestService
public JobDto findCleanupJob()
findCleanupJob
in interface HistoryCleanupRestService
public List<JobDto> findCleanupJobs()
findCleanupJobs
in interface HistoryCleanupRestService
public HistoryCleanupConfigurationDto getHistoryCleanupConfiguration()
getHistoryCleanupConfiguration
in interface HistoryCleanupRestService
Copyright © 2022. All rights reserved.