org.camunda.bpm.engine.impl.cmd
Class SuspendJobCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
org.camunda.bpm.engine.impl.cmd.SuspendJobCmd
- All Implemented Interfaces:
- Command<Void>
public class SuspendJobCmd
- extends AbstractSetJobStateCmd
- Author:
- roman.smirnov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuspendJobCmd
public SuspendJobCmd(String jobId,
String jobDefinitionId,
String processInstanceId,
String processDefinitionId,
String processDefinitionKey)
getSuspensionState
protected SuspensionState getSuspensionState()
- Description copied from class:
AbstractSetJobStateCmd
- Subclasses should return the wanted
SuspensionState
here.
- Specified by:
getSuspensionState
in class AbstractSetJobStateCmd
Copyright © 2014 camunda services GmbH. All Rights Reserved.