Class HandleProvisionalContentCleanupTimerJobCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.HandleProvisionalContentCleanupTimerJobCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class HandleProvisionalContentCleanupTimerJobCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Prathamesh Mane
  • Constructor Details

    • HandleProvisionalContentCleanupTimerJobCmd

      public HandleProvisionalContentCleanupTimerJobCmd()
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>
    • recreateJobIfNeeded

      protected void recreateJobIfNeeded(org.flowable.job.service.impl.persistence.entity.TimerJobEntity timerJob, ContentEngineConfiguration engineConfiguration, CoreContentManagementService managementService)
    • scheduleTimerJob

      protected void scheduleTimerJob(ContentEngineConfiguration engineConfiguration)