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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setFollowUpJobCreated
(boolean followUpJobCreated) void
setTimerElementKey
(String timerElementKey) void
setTimerElementSecondaryKey
(String timerElementSecondaryKey)
-
Field Details
-
timerElementKey
-
timerElementSecondaryKey
-
followUpJobCreated
protected boolean followUpJobCreated
-
-
Constructor Details
-
TimerJobConfiguration
public TimerJobConfiguration()
-
-
Method Details
-
getTimerElementKey
-
setTimerElementKey
-
isFollowUpJobCreated
public boolean isFollowUpJobCreated() -
setFollowUpJobCreated
public void setFollowUpJobCreated(boolean followUpJobCreated) -
getTimerElementSecondaryKey
-
setTimerElementSecondaryKey
-
toCanonicalString
- Specified by:
toCanonicalString
in interfaceJobHandlerConfiguration
-