Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
Packages that use TimerEventJobHandler.TimerJobConfiguration
-
Uses of TimerEventJobHandler.TimerJobConfiguration in org.camunda.bpm.engine.impl.jobexecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor that return TimerEventJobHandler.TimerJobConfigurationMethods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type TimerEventJobHandler.TimerJobConfigurationModifier and TypeMethodDescriptionprotected void
TimerEventJobHandler.adjustConfiguration
(TimerEventJobHandler.TimerJobConfiguration configuration, String configPart) void
TimerCatchIntermediateEventJobHandler.execute
(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) void
TimerExecuteNestedActivityJobHandler.execute
(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) void
TimerStartEventJobHandler.execute
(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) void
TimerStartEventSubprocessJobHandler.execute
(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) void
TimerTaskListenerJobHandler.execute
(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId) void
TimerEventJobHandler.onDelete
(TimerEventJobHandler.TimerJobConfiguration configuration, JobEntity jobEntity)