Class HistoryCleanupRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoryCleanupRestServiceImpl
- All Implemented Interfaces:
HistoryCleanupRestService
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
protected ProcessEngine
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoryCleanupRestService
PATH
-
Constructor Summary
ConstructorDescriptionHistoryCleanupRestServiceImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine) -
Method Summary
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
processEngine
-
-
Constructor Details
-
HistoryCleanupRestServiceImpl
public HistoryCleanupRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
-
-
Method Details
-
cleanupAsync
- Specified by:
cleanupAsync
in interfaceHistoryCleanupRestService
-
findCleanupJob
- Specified by:
findCleanupJob
in interfaceHistoryCleanupRestService
-
findCleanupJobs
- Specified by:
findCleanupJobs
in interfaceHistoryCleanupRestService
-
getHistoryCleanupConfiguration
- Specified by:
getHistoryCleanupConfiguration
in interfaceHistoryCleanupRestService
-