Class TimerStartEventSubprocessJobHandler
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
- 
- org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventSubprocessJobHandler
 
 
- 
- All Implemented Interfaces:
- JobHandler<TimerEventJobHandler.TimerJobConfiguration>
 
 public class TimerStartEventSubprocessJobHandler extends TimerEventJobHandler JobHandlerimplementation for timer start events which are embedded into an event subprocess. The configuration is the id of the start event activity.- Author:
- Daniel Meyer, Kristin Polenz
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandlerTimerEventJobHandler.TimerJobConfiguration
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTYPE- 
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandlerJOB_HANDLER_CONFIG_PROPERTY_DELIMITER, JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED, JOB_HANDLER_CONFIG_TASK_LISTENER_PREFIX
 
- 
 - 
Constructor SummaryConstructors Constructor Description TimerStartEventSubprocessJobHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)java.lang.StringgetType()- 
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandleradjustConfiguration, newConfiguration, onDelete
 
- 
 
- 
- 
- 
Field Detail- 
TYPEpublic static final java.lang.String TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getTypepublic java.lang.String getType() 
 - 
executepublic void execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId) 
 
- 
 
-