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<TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration>

public class TimerActivateProcessDefinitionHandler
extends TimerChangeProcessDefinitionSuspensionStateJobHandler

Author:
Joram Barrez, roman.smirnov

Nested Class Summary
 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
 
Field Summary
static String TYPE
           
 
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
JOB_HANDLER_CFG_BY, JOB_HANDLER_CFG_INCLUDE_PROCESS_INSTANCES, JOB_HANDLER_CFG_PROCESS_DEFINITION_ID, JOB_HANDLER_CFG_PROCESS_DEFINITION_KEY, JOB_HANDLER_CFG_PROCESS_DEFINITION_TENANT_ID
 
Constructor Summary
TimerActivateProcessDefinitionHandler()
           
 
Method Summary
protected  AbstractSetProcessDefinitionStateCmd getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration)
           
 String getType()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
execute, newConfiguration, onDelete
 
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()

getCommand

protected AbstractSetProcessDefinitionStateCmd getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration)
Specified by:
getCommand in class TimerChangeProcessDefinitionSuspensionStateJobHandler


Copyright © 2016 camunda services GmbH. All rights reserved.