Class TimerExecuteNestedActivityJobHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
-
- org.camunda.bpm.engine.impl.jobexecutor.TimerExecuteNestedActivityJobHandler
-
- All Implemented Interfaces:
JobHandler<TimerEventJobHandler.TimerJobConfiguration>
public class TimerExecuteNestedActivityJobHandler extends TimerEventJobHandler
- Author:
- Tom Baeyens, Joram Barrez
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
TimerEventJobHandler.TimerJobConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE
-
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
JOB_HANDLER_CONFIG_PROPERTY_DELIMITER, JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED, JOB_HANDLER_CONFIG_TASK_LISTENER_PREFIX
-
-
Constructor Summary
Constructors Constructor Description TimerExecuteNestedActivityJobHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
String
getType()
-
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
adjustConfiguration, newConfiguration, onDelete
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
-
execute
public void execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
-