Class TimerTaskListenerJobHandler
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
org.camunda.bpm.engine.impl.jobexecutor.TimerTaskListenerJobHandler
- All Implemented Interfaces:
JobHandler<TimerEventJobHandler.TimerJobConfiguration>
JobHandler
implementation for timer task listeners which can be defined for user tasks.
The configuration contains the id of the activity as well as the id of the task listener.-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
TimerEventJobHandler.TimerJobConfiguration
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) getType()
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
adjustConfiguration, newConfiguration, onDelete
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
TimerTaskListenerJobHandler
public TimerTaskListenerJobHandler()
-
-
Method Details
-
getType
-
execute
public void execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-