org.camunda.bpm.engine.impl.cmmn.cmd
Class TerminateCaseExecutionCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
      extended by org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
          extended by org.camunda.bpm.engine.impl.cmmn.cmd.TerminateCaseExecutionCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class TerminateCaseExecutionCmd
extends StateTransitionCaseExecutionCmd

Author:
Deivarayan Azhagappan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
caseExecution, caseExecutionId, variables, variablesDeletions, variablesLocal, variablesLocalDeletions
 
Constructor Summary
TerminateCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder)
           
TerminateCaseExecutionCmd(String caseExecutionId, Map<String,Object> variables, Map<String,Object> variablesLocal, Collection<String> variableDeletions, Collection<String> variableLocalDeletions)
           
 
Method Summary
protected  void performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
execute
 
Methods inherited from class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
getCaseExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminateCaseExecutionCmd

public TerminateCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder)

TerminateCaseExecutionCmd

public TerminateCaseExecutionCmd(String caseExecutionId,
                                 Map<String,Object> variables,
                                 Map<String,Object> variablesLocal,
                                 Collection<String> variableDeletions,
                                 Collection<String> variableLocalDeletions)
Method Detail

performStateTransition

protected void performStateTransition(CommandContext commandContext,
                                      CaseExecutionEntity caseExecution)
Specified by:
performStateTransition in class StateTransitionCaseExecutionCmd


Copyright © 2017 camunda services GmbH. All rights reserved.