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

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

public class TimerActivateProcessDefinitionHandler
extends TimerChangeProcessDefinitionSuspensionStateJobHandler

Author:
Joram Barrez, roman.smirnov

Field Summary
static String TYPE
           
 
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
JOB_HANDLER_CFG_BY, JOB_HANDLER_CFG_PROCESS_DEFINITION_ID, JOB_HANDLER_CFG_PROCESS_DEFINITION_KEY
 
Constructor Summary
TimerActivateProcessDefinitionHandler()
           
 
Method Summary
 void execute(String configuration, ExecutionEntity execution, CommandContext commandContext)
           
 String getType()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
createJobHandlerConfigurationByProcessDefinitionId, createJobHandlerConfigurationByProcessDefinitionKey, getBy, getIncludeProcessInstances, getProcessDefinitionId, getProcessDefinitionKey
 
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

TimerActivateProcessDefinitionHandler

public TimerActivateProcessDefinitionHandler()
Method Detail

getType

public String getType()

execute

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


Copyright © 2014 camunda services GmbH. All rights reserved.