Class TimerEventJobHandler
java.lang.Object
org.operaton.bpm.engine.impl.jobexecutor.TimerEventJobHandler
- All Implemented Interfaces:
JobHandler<TimerEventJobHandler.TimerJobConfiguration>
- Direct Known Subclasses:
TimerCatchIntermediateEventJobHandler,TimerExecuteNestedActivityJobHandler,TimerStartEventJobHandler,TimerStartEventSubprocessJobHandler,TimerTaskListenerJobHandler
public abstract class TimerEventJobHandler
extends Object
implements JobHandler<TimerEventJobHandler.TimerJobConfiguration>
- Author:
- Roman Smirnov
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidadjustConfiguration(TimerEventJobHandler.TimerJobConfiguration configuration, String configPart) newConfiguration(String canonicalString) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.operaton.bpm.engine.impl.jobexecutor.JobHandler
execute, getType, onDelete
-
Field Details
-
JOB_HANDLER_CONFIG_PROPERTY_DELIMITER
- See Also:
-
JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED
- See Also:
-
JOB_HANDLER_CONFIG_TASK_LISTENER_PREFIX
- See Also:
-
-
Constructor Details
-
TimerEventJobHandler
public TimerEventJobHandler()
-
-
Method Details
-
newConfiguration
- Specified by:
newConfigurationin interfaceJobHandler<TimerEventJobHandler.TimerJobConfiguration>
-
adjustConfiguration
protected void adjustConfiguration(TimerEventJobHandler.TimerJobConfiguration configuration, String configPart)
-