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

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

public class TimerSuspendJobDefinitionHandler
extends TimerChangeJobDefinitionSuspensionStateJobHandler

Author:
roman.smirnov

Field Summary
static String TYPE
           
 
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
JOB_HANDLER_CFG_BY, JOB_HANDLER_CFG_INCLUDE_JOBS, JOB_HANDLER_CFG_JOB_DEFINITION_ID, JOB_HANDLER_CFG_PROCESS_DEFINITION_ID, JOB_HANDLER_CFG_PROCESS_DEFINITION_KEY
 
Constructor Summary
TimerSuspendJobDefinitionHandler()
           
 
Method Summary
protected  AbstractSetJobDefinitionStateCmd getCommand(String configuration)
           
 String getType()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
createJobHandlerConfigurationByJobDefinitionId, createJobHandlerConfigurationByProcessDefinitionId, createJobHandlerConfigurationByProcessDefinitionKey, execute, getBy, getIncludeJobs, getJobDefinitionId, 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

TimerSuspendJobDefinitionHandler

public TimerSuspendJobDefinitionHandler()
Method Detail

getType

public String getType()

getCommand

protected AbstractSetJobDefinitionStateCmd getCommand(String configuration)
Specified by:
getCommand in class TimerChangeJobDefinitionSuspensionStateJobHandler


Copyright © 2016 camunda services GmbH. All rights reserved.