Class HandleAppIncidentCleanupTimerJobCmd

java.lang.Object
com.flowable.platform.service.incident.HandleAppIncidentCleanupTimerJobCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<Object>

public class HandleAppIncidentCleanupTimerJobCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Object>, Serializable
Author:
Filip Hrisafov
See Also:
  • Field Details

    • timeCycleConfig

      protected final String timeCycleConfig
  • Constructor Details

    • HandleAppIncidentCleanupTimerJobCmd

      public HandleAppIncidentCleanupTimerJobCmd(String timeCycleConfig)
  • Method Details

    • execute

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

      protected void scheduleTimerJob(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl engineConfiguration)