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 java.lang.Object implements JobHandlerConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
followUpJobCreated
protected java.lang.String
timerElementKey
protected java.lang.String
timerElementSecondaryKey
-
Constructor Summary
Constructors Constructor Description TimerJobConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTimerElementKey()
java.lang.String
getTimerElementSecondaryKey()
boolean
isFollowUpJobCreated()
void
setFollowUpJobCreated(boolean followUpJobCreated)
void
setTimerElementKey(java.lang.String timerElementKey)
void
setTimerElementSecondaryKey(java.lang.String timerElementSecondaryKey)
java.lang.String
toCanonicalString()
-
-
-
Method Detail
-
getTimerElementKey
public java.lang.String getTimerElementKey()
-
setTimerElementKey
public void setTimerElementKey(java.lang.String timerElementKey)
-
isFollowUpJobCreated
public boolean isFollowUpJobCreated()
-
setFollowUpJobCreated
public void setFollowUpJobCreated(boolean followUpJobCreated)
-
getTimerElementSecondaryKey
public java.lang.String getTimerElementSecondaryKey()
-
setTimerElementSecondaryKey
public void setTimerElementSecondaryKey(java.lang.String timerElementSecondaryKey)
-
toCanonicalString
public java.lang.String toCanonicalString()
- Specified by:
toCanonicalString
in interfaceJobHandlerConfiguration
-
-