Class TimerEventJobHandler.TimerJobConfiguration

java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
All Implemented Interfaces:
JobHandlerConfiguration
Enclosing class:
TimerEventJobHandler

public static class TimerEventJobHandler.TimerJobConfiguration extends Object implements JobHandlerConfiguration
  • Field Details

    • timerElementKey

      protected String timerElementKey
    • timerElementSecondaryKey

      protected String timerElementSecondaryKey
    • followUpJobCreated

      protected boolean followUpJobCreated
  • Constructor Details

    • TimerJobConfiguration

      public TimerJobConfiguration()
  • Method Details

    • getTimerElementKey

      public String getTimerElementKey()
    • setTimerElementKey

      public void setTimerElementKey(String timerElementKey)
    • isFollowUpJobCreated

      public boolean isFollowUpJobCreated()
    • setFollowUpJobCreated

      public void setFollowUpJobCreated(boolean followUpJobCreated)
    • getTimerElementSecondaryKey

      public String getTimerElementSecondaryKey()
    • setTimerElementSecondaryKey

      public void setTimerElementSecondaryKey(String timerElementSecondaryKey)
    • toCanonicalString

      public String toCanonicalString()
      Specified by:
      toCanonicalString in interface JobHandlerConfiguration