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

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

public class SuspendProcessInstanceCmd
extends AbstractSetProcessInstanceStateCmd

Author:
Daniel Meyer

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

Constructor Detail

SuspendProcessInstanceCmd

public SuspendProcessInstanceCmd(String executionId,
                                 String processDefinitionId,
                                 String processDefinitionKey)
Method Detail

getNewSuspensionState

protected SuspensionState getNewSuspensionState()
Specified by:
getNewSuspensionState in class AbstractSetStateCmd

getNextCommand

protected SuspendJobCmd getNextCommand()
Specified by:
getNextCommand in class AbstractSetProcessInstanceStateCmd

getLogEntryOperation

protected String getLogEntryOperation()
Specified by:
getLogEntryOperation in class AbstractSetStateCmd


Copyright © 2015 camunda services GmbH. All rights reserved.