org.camunda.bpm.engine.impl.jobexecutor
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timerElementKey
protected String timerElementKey
followUpJobCreated
protected boolean followUpJobCreated
TimerEventJobHandler.TimerJobConfiguration
public TimerEventJobHandler.TimerJobConfiguration()
getTimerElementKey
public String getTimerElementKey()
setTimerElementKey
public void setTimerElementKey(String timerElementKey)
isFollowUpJobCreated
public boolean isFollowUpJobCreated()
setFollowUpJobCreated
public void setFollowUpJobCreated(boolean followUpJobCreated)
toCanonicalString
public String toCanonicalString()
- Specified by:
toCanonicalString
in interface JobHandlerConfiguration
Copyright © 2016 camunda services GmbH. All rights reserved.