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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
      extended by org.camunda.bpm.engine.impl.jobexecutor.TimerExecuteNestedActivityJobHandler
All Implemented Interfaces:
JobHandler

public class TimerExecuteNestedActivityJobHandler
extends TimerEventJobHandler

Author:
Tom Baeyens, Joram Barrez

Field Summary
static String TYPE
           
 
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
JOB_HANDLER_CONFIG_PROPERTY_DELIMITER, JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED
 
Constructor Summary
TimerExecuteNestedActivityJobHandler()
           
 
Method Summary
 void execute(String configuration, ExecutionEntity execution, CommandContext commandContext)
           
 String getType()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
containsDelimiter, createJobHandlerConfigurationWithFollowUpJobCreated, getConfigParts, getKey, isFollowUpJobCreated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

TimerExecuteNestedActivityJobHandler

public TimerExecuteNestedActivityJobHandler()
Method Detail

getType

public String getType()

execute

public void execute(String configuration,
                    ExecutionEntity execution,
                    CommandContext commandContext)


Copyright © 2016 camunda services GmbH. All rights reserved.