org.camunda.bpm.engine.impl.jobexecutor
Class TimerDeclarationImpl
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration<TimerEntity>
org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
- All Implemented Interfaces:
- Serializable
public class TimerDeclarationImpl
- extends JobDeclaration<TimerEntity>
- Author:
- Tom Baeyens, Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration |
createJobInstance, getActivityId, getJobConfiguration, getJobDefinitionId, getJobHandlerConfiguration, getJobHandlerType, getRetries, isExclusive, setActivityId, setExclusive, setJobConfiguration, setJobDefinitionId, setJobHandlerConfiguration, setJobHandlerType, setRetries |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected Expression description
type
protected TimerDeclarationType type
repeat
protected String repeat
isInterruptingTimer
protected boolean isInterruptingTimer
TimerDeclarationImpl
public TimerDeclarationImpl(Expression expression,
TimerDeclarationType type,
String jobHandlerType)
isInterruptingTimer
public boolean isInterruptingTimer()
setInterruptingTimer
public void setInterruptingTimer(boolean isInterruptingTimer)
getRepeat
public String getRepeat()
newJobInstance
protected TimerEntity newJobInstance(ExecutionEntity execution)
- Specified by:
newJobInstance in class JobDeclaration<TimerEntity>
prepareRepeat
protected String prepareRepeat(String dueDate)
Copyright © 2014 camunda services GmbH. All Rights Reserved.