Interface HistoryCleanupRestService

    • Method Detail

      • cleanupAsync

        @POST
        @Produces("application/json")
        JobDto cleanupAsync​(@QueryParam("immediatelyDue") @DefaultValue("true")
                            boolean immediatelyDue)
      • findCleanupJob

        @GET
        @Path("/job")
        @Produces("application/json")
        JobDto findCleanupJob()
      • findCleanupJobs

        @GET
        @Path("/jobs")
        @Produces("application/json")
        java.util.List<JobDto> findCleanupJobs()
      • getHistoryCleanupConfiguration

        @GET
        @Path("/configuration")
        @Produces("application/json")
        HistoryCleanupConfigurationDto getHistoryCleanupConfiguration()