org.camunda.bpm.engine.impl.cmd
Class ActivateProcessInstanceCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
org.camunda.bpm.engine.impl.cmd.ActivateProcessInstanceCmd
- All Implemented Interfaces:
- Command<Void>
public class ActivateProcessInstanceCmd
- extends AbstractSetProcessInstanceStateCmd
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivateProcessInstanceCmd
public ActivateProcessInstanceCmd(String executionId,
String processDefinitionId,
String processDefinitionKey)
getNewSuspensionState
protected SuspensionState getNewSuspensionState()
- Description copied from class:
AbstractSetProcessInstanceStateCmd
- Subclasses should return the wanted
SuspensionState
here.
- Specified by:
getNewSuspensionState
in class AbstractSetProcessInstanceStateCmd
getSetJobStateCmd
protected AbstractSetJobStateCmd getSetJobStateCmd()
- Description copied from class:
AbstractSetProcessInstanceStateCmd
- Subclasses should return the type of the
AbstractSetJobStateCmd
here.
It will be used to suspend or activate the Job
s.
- Specified by:
getSetJobStateCmd
in class AbstractSetProcessInstanceStateCmd
getLogEntryOperation
protected String getLogEntryOperation()
- Specified by:
getLogEntryOperation
in class AbstractSetProcessInstanceStateCmd
Copyright © 2014 camunda services GmbH. All rights reserved.