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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
      extended by org.camunda.bpm.engine.impl.jobexecutor.TimerActivateJobDefinitionHandler
All Implemented Interfaces:
JobHandler<TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration>

public class TimerActivateJobDefinitionHandler
extends TimerChangeJobDefinitionSuspensionStateJobHandler

Author:
roman.smirnov

Nested Class Summary
 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration
 
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, JOB_HANDLER_CFG_PROCESS_DEFINITION_TENANT_ID
 
Constructor Summary
TimerActivateJobDefinitionHandler()
           
 
Method Summary
protected  AbstractSetJobDefinitionStateCmd getCommand(TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration configuration)
           
 String getType()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
execute, newConfiguration
 
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

TimerActivateJobDefinitionHandler

public TimerActivateJobDefinitionHandler()
Method Detail

getType

public String getType()

getCommand

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


Copyright © 2016 camunda services GmbH. All rights reserved.