Interface MaintenanceCleanupStrategy<T extends ItemModel,​C extends CronJobModel>

    • Method Detail

      • process

        void process​(java.util.List<T> elements)
        Based on the given FlexibleSearchQuery of createFetchQuery(CronJobModel) the job pages through the results and with each sublist (contains the concrete instances of the items) of the large result this method is called. Implement here the remove logic for each item element.