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 Summary
Fields Modifier and Type Field Description protected boolean
followUpJobCreated
protected String
timerElementKey
protected String
timerElementSecondaryKey
-
Constructor Summary
Constructors Constructor Description TimerJobConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTimerElementKey()
String
getTimerElementSecondaryKey()
boolean
isFollowUpJobCreated()
void
setFollowUpJobCreated(boolean followUpJobCreated)
void
setTimerElementKey(String timerElementKey)
void
setTimerElementSecondaryKey(String timerElementSecondaryKey)
String
toCanonicalString()
-
-
-
Method Detail
-
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 interfaceJobHandlerConfiguration
-
-