Class ProtectedContentCleanupScheduler


  • @Component
    public class ProtectedContentCleanupScheduler
    extends Object
    Author:
    kuehn
    • Constructor Detail

      • ProtectedContentCleanupScheduler

        public ProtectedContentCleanupScheduler​(@Value("${ca3s.batch.maxRecordsPerTransaction:1000}")
                                                int maxRecordsPerTransaction,
                                                ProtectedContentRepository protectedContentRepository,
                                                CSRRepository csrRepository,
                                                CSRUtil csrUtil,
                                                AuditService auditService)
    • Method Detail

      • runMinute

        @Scheduled(fixedRateString="${ca3s.schedule.rate.protectedContentCleanup:600000}")
        public void runMinute()