org.camunda.bpm.engine.impl.jobexecutor
Class TimerEventJobHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
All Implemented Interfaces:
JobHandler
Direct Known Subclasses:
TimerCatchIntermediateEventJobHandler, TimerExecuteNestedActivityJobHandler, TimerStartEventJobHandler, TimerStartEventSubprocessJobHandler

public abstract class TimerEventJobHandler
extends Object
implements JobHandler

Author:
Roman Smirnov

Field Summary
static String JOB_HANDLER_CONFIG_PROPERTY_DELIMITER
           
static String JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED
           
 
Constructor Summary
TimerEventJobHandler()
           
 
Method Summary
protected static boolean containsDelimiter(String configuration)
           
static String createJobHandlerConfigurationWithFollowUpJobCreated(String configuration)
           
protected static String[] getConfigParts(String configuration)
           
static String getKey(String configuration)
           
static boolean isFollowUpJobCreated(String configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.impl.jobexecutor.JobHandler
execute, getType
 

Field Detail

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
Constructor Detail

TimerEventJobHandler

public TimerEventJobHandler()
Method Detail

getKey

public static String getKey(String configuration)

isFollowUpJobCreated

public static boolean isFollowUpJobCreated(String configuration)

createJobHandlerConfigurationWithFollowUpJobCreated

public static String createJobHandlerConfigurationWithFollowUpJobCreated(String configuration)

containsDelimiter

protected static boolean containsDelimiter(String configuration)

getConfigParts

protected static String[] getConfigParts(String configuration)


Copyright © 2016 camunda services GmbH. All rights reserved.