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  AbstractSetJobDefinitionStateCmd SuspendProcessDefinitionCmd.getSetJobDefinitionStateCmd()
           
protected  AbstractSetJobDefinitionStateCmd ActivateProcessDefinitionCmd.getSetJobDefinitionStateCmd()
           
protected abstract  AbstractSetJobDefinitionStateCmd AbstractSetProcessDefinitionStateCmd.getSetJobDefinitionStateCmd()
          Subclasses should return the type of the AbstractSetJobDefinitionStateCmd here.
 

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  AbstractSetJobDefinitionStateCmd TimerActivateJobDefinitionHandler.getCommand(String configuration)
           
protected abstract  AbstractSetJobDefinitionStateCmd TimerChangeJobDefinitionSuspensionStateJobHandler.getCommand(String configuration)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.