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

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

public class TimerSuspendProcessDefinitionHandler
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
TimerSuspendProcessDefinitionHandler()
           
 
Method Summary
protected  AbstractSetProcessDefinitionStateCmd getCommand(String configuration)
           
 String getType()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
createJobHandlerConfigurationByProcessDefinitionId, createJobHandlerConfigurationByProcessDefinitionKey, execute, 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

TimerSuspendProcessDefinitionHandler

public TimerSuspendProcessDefinitionHandler()
Method Detail

getType

public String getType()

getCommand

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


Copyright © 2016 camunda services GmbH. All rights reserved.