Uses of Class
org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
-
Packages that use AbstractSetJobStateCmd Package Description 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 Modifier and Type Class Description class
ActivateJobCmd
class
SuspendJobCmd
Methods in org.camunda.bpm.engine.impl.cmd that return AbstractSetJobStateCmd Modifier and Type Method Description protected abstract AbstractSetJobStateCmd
AbstractSetJobDefinitionStateCmd. getNextCommand(UpdateJobSuspensionStateBuilderImpl jobCommandBuilder)
protected AbstractSetJobStateCmd
AbstractSetProcessInstanceStateCmd. getNextCommand()
protected abstract AbstractSetJobStateCmd
AbstractSetProcessInstanceStateCmd. getNextCommand(UpdateJobSuspensionStateBuilderImpl jobCommandBuilder)
-