Class HistoryCleanupRestServiceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.impl.history.HistoryCleanupRestServiceImpl
-
- All Implemented Interfaces:
HistoryCleanupRestService
public class HistoryCleanupRestServiceImpl extends Object implements HistoryCleanupRestService
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapperprotected org.camunda.bpm.engine.ProcessEngineprocessEngine-
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoryCleanupRestService
PATH
-
-
Constructor Summary
Constructors Constructor Description HistoryCleanupRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.camunda.bpm.engine.ProcessEngine processEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobDtocleanupAsync(boolean immediatelyDue)JobDtofindCleanupJob()List<JobDto>findCleanupJobs()HistoryCleanupConfigurationDtogetHistoryCleanupConfiguration()
-
-
-
Method Detail
-
cleanupAsync
public JobDto cleanupAsync(boolean immediatelyDue)
- Specified by:
cleanupAsyncin interfaceHistoryCleanupRestService
-
findCleanupJob
public JobDto findCleanupJob()
- Specified by:
findCleanupJobin interfaceHistoryCleanupRestService
-
findCleanupJobs
public List<JobDto> findCleanupJobs()
- Specified by:
findCleanupJobsin interfaceHistoryCleanupRestService
-
getHistoryCleanupConfiguration
public HistoryCleanupConfigurationDto getHistoryCleanupConfiguration()
- Specified by:
getHistoryCleanupConfigurationin interfaceHistoryCleanupRestService
-
-