Interface HistoryCleanupRestService
- All Known Implementing Classes:
HistoryCleanupRestServiceImpl
public interface HistoryCleanupRestService
-
Field Summary
-
Method Summary
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
cleanupAsync
@POST @Produces("application/json") JobDto cleanupAsync(@QueryParam("immediatelyDue") @DefaultValue("true") boolean immediatelyDue) -
findCleanupJob
-
findCleanupJobs
-
getHistoryCleanupConfiguration
@GET @Path("/configuration") @Produces("application/json") HistoryCleanupConfigurationDto getHistoryCleanupConfiguration()
-