Interface HistoryCleanupRestService
-
- All Known Implementing Classes:
HistoryCleanupRestServiceImpl
public interface HistoryCleanupRestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobDtocleanupAsync(boolean immediatelyDue)JobDtofindCleanupJob()List<JobDto>findCleanupJobs()HistoryCleanupConfigurationDtogetHistoryCleanupConfiguration()
-
-
-
Field Detail
-
PATH
static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
cleanupAsync
JobDto cleanupAsync(boolean immediatelyDue)
-
findCleanupJob
JobDto findCleanupJob()
-
getHistoryCleanupConfiguration
HistoryCleanupConfigurationDto getHistoryCleanupConfiguration()
-
-