Uses of Class
org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd

Packages that use AbstractSetJobDefinitionStateCmd
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.jobexecutor   
 

Uses of AbstractSetJobDefinitionStateCmd in org.camunda.bpm.engine.impl.cmd
 

Subclasses of AbstractSetJobDefinitionStateCmd in org.camunda.bpm.engine.impl.cmd
 class ActivateJobDefinitionCmd
           
 class SuspendJobDefinitionCmd
           
 

Methods in org.camunda.bpm.engine.impl.cmd that return AbstractSetJobDefinitionStateCmd
protected abstract  AbstractSetJobDefinitionStateCmd AbstractSetProcessDefinitionStateCmd.getSetJobDefinitionStateCmd()
          Subclasses should return the type of the AbstractSetJobDefinitionStateCmd here.
protected  AbstractSetJobDefinitionStateCmd SuspendProcessDefinitionCmd.getSetJobDefinitionStateCmd()
           
protected  AbstractSetJobDefinitionStateCmd ActivateProcessDefinitionCmd.getSetJobDefinitionStateCmd()
           
 

Uses of AbstractSetJobDefinitionStateCmd in org.camunda.bpm.engine.impl.jobexecutor
 

Methods in org.camunda.bpm.engine.impl.jobexecutor that return AbstractSetJobDefinitionStateCmd
protected  AbstractSetJobDefinitionStateCmd TimerSuspendJobDefinitionHandler.getCommand(String configuration)
           
protected abstract  AbstractSetJobDefinitionStateCmd TimerChangeJobDefinitionSuspensionStateJobHandler.getCommand(String configuration)
           
protected  AbstractSetJobDefinitionStateCmd TimerActivateJobDefinitionHandler.getCommand(String configuration)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.