Class StudioAuditLogProcessingTask

java.lang.Object
org.craftercms.studio.impl.v2.job.StudioClockTask
org.craftercms.studio.impl.v2.job.StudioAuditLogProcessingTask
All Implemented Interfaces:
SiteJob, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class StudioAuditLogProcessingTask extends StudioClockTask
  • Constructor Details

    • StudioAuditLogProcessingTask

      public StudioAuditLogProcessingTask()
  • Method Details

    • executeInternal

      protected void executeInternal(String site)
      Specified by:
      executeInternal in class StudioClockTask
    • setAuditServiceInternal

      public void setAuditServiceInternal(AuditServiceInternal auditServiceInternal)
    • setBatchSizeGitLog

      public void setBatchSizeGitLog(int batchSizeGitLog)
    • setBatchSizeAudited

      public void setBatchSizeAudited(int batchSizeAudited)
    • setDisableAuditLog

      public void setDisableAuditLog(boolean disableAuditLog)
    • setContentService

      public void setContentService(ContentService contentService)