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

Packages that use AbstractSetJobStateCmd
org.camunda.bpm.engine.impl.cmd   
 

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

Subclasses of AbstractSetJobStateCmd in org.camunda.bpm.engine.impl.cmd
 class ActivateJobCmd
           
 class SuspendJobCmd
           
 

Methods in org.camunda.bpm.engine.impl.cmd that return AbstractSetJobStateCmd
protected  AbstractSetJobStateCmd SuspendJobDefinitionCmd.getSetJobStateCmd()
           
protected abstract  AbstractSetJobStateCmd AbstractSetJobDefinitionStateCmd.getSetJobStateCmd()
          Subclasses should return the type of the AbstractSetJobStateCmd here.
protected  AbstractSetJobStateCmd SuspendProcessInstanceCmd.getSetJobStateCmd()
           
protected  AbstractSetJobStateCmd ActivateJobDefinitionCmd.getSetJobStateCmd()
           
protected abstract  AbstractSetJobStateCmd AbstractSetProcessInstanceStateCmd.getSetJobStateCmd()
          Subclasses should return the type of the AbstractSetJobStateCmd here.
protected  AbstractSetJobStateCmd ActivateProcessInstanceCmd.getSetJobStateCmd()
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.