org.camunda.bpm.engine.impl.jobexecutor
Class TimerEventJobHandler
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
- All Implemented Interfaces:
- JobHandler<TimerEventJobHandler.TimerJobConfiguration>
- Direct Known Subclasses:
- TimerCatchIntermediateEventJobHandler, TimerExecuteNestedActivityJobHandler, TimerStartEventJobHandler, TimerStartEventSubprocessJobHandler
public abstract class TimerEventJobHandler
- extends Object
- implements JobHandler<TimerEventJobHandler.TimerJobConfiguration>
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JOB_HANDLER_CONFIG_PROPERTY_DELIMITER
public static final String JOB_HANDLER_CONFIG_PROPERTY_DELIMITER
- See Also:
- Constant Field Values
JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED
public static final String JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED
- See Also:
- Constant Field Values
TimerEventJobHandler
public TimerEventJobHandler()
newConfiguration
public TimerEventJobHandler.TimerJobConfiguration newConfiguration(String canonicalString)
- Specified by:
newConfiguration in interface JobHandler<TimerEventJobHandler.TimerJobConfiguration>
onDelete
public void onDelete(TimerEventJobHandler.TimerJobConfiguration configuration,
JobEntity jobEntity)
- Description copied from interface:
JobHandler
- Clean up before job is deleted. Like removing of auxiliary entities specific for this job handler.
- Specified by:
onDelete in interface JobHandler<TimerEventJobHandler.TimerJobConfiguration>
- Parameters:
configuration - the job handler configurationjobEntity - the job entity to be deleted
Copyright © 2016 camunda services GmbH. All rights reserved.