org.camunda.bpm.engine.impl.cmd
Class AbstractSetProcessInstanceStateCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
      extended by org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
All Implemented Interfaces:
Command<Void>
Direct Known Subclasses:
ActivateProcessInstanceCmd, SuspendProcessInstanceCmd

public abstract class AbstractSetProcessInstanceStateCmd
extends AbstractSetStateCmd

Author:
Daniel Meyer, Joram Barrez, roman.smirnov

Field Summary
protected  String processDefinitionId
           
protected  String processDefinitionKey
           
protected  String processInstanceId
           
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY
 
Constructor Summary
AbstractSetProcessInstanceStateCmd(String processInstanceId, String processDefinitionId, String processDefinitionKey)
           
 
Method Summary
protected  void checkAuthorization(CommandContext commandContext)
           
protected  void checkParameters(CommandContext commandContext)
           
protected abstract  AbstractSetJobStateCmd getNextCommand()
           
protected  void logUserOperation(CommandContext commandContext)
           
protected  void updateSuspensionState(CommandContext commandContext, SuspensionState suspensionState)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getJobHandlerConfiguration, getLogEntryOperation, getNewSuspensionState, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processInstanceId

protected final String processInstanceId

processDefinitionId

protected String processDefinitionId

processDefinitionKey

protected String processDefinitionKey
Constructor Detail

AbstractSetProcessInstanceStateCmd

public AbstractSetProcessInstanceStateCmd(String processInstanceId,
                                          String processDefinitionId,
                                          String processDefinitionKey)
Method Detail

checkParameters

protected void checkParameters(CommandContext commandContext)
Specified by:
checkParameters in class AbstractSetStateCmd

checkAuthorization

protected void checkAuthorization(CommandContext commandContext)
Specified by:
checkAuthorization in class AbstractSetStateCmd

updateSuspensionState

protected void updateSuspensionState(CommandContext commandContext,
                                     SuspensionState suspensionState)
Specified by:
updateSuspensionState in class AbstractSetStateCmd

logUserOperation

protected void logUserOperation(CommandContext commandContext)
Specified by:
logUserOperation in class AbstractSetStateCmd

getNextCommand

protected abstract AbstractSetJobStateCmd getNextCommand()
Overrides:
getNextCommand in class AbstractSetStateCmd


Copyright © 2015 camunda services GmbH. All rights reserved.