org.camunda.bpm.engine.rest.history
Interface HistoryCleanupRestService

All Known Implementing Classes:
HistoryCleanupRestServiceImpl

public interface HistoryCleanupRestService


Field Summary
static String PATH
           
 
Method Summary
 JobDto cleanupAsync(boolean immediatelyDue)
           
 JobDto findCleanupJob()
           
 HistoryCleanupConfigurationDto getHistoryCleanupConfiguration()
           
 

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()


Copyright © 2017 camunda services GmbH. All rights reserved.