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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
      extended by org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
All Implemented Interfaces:
Serializable, Command<Void>
Direct Known Subclasses:
CloseCaseInstanceCmd, CompleteCaseExecutionCmd, DisableCaseExecutionCmd, ManualStartCaseExecutionCmd, ReenableCaseExecutionCmd

public abstract class StateTransitionCaseExecutionCmd
extends CaseExecutionVariableCmd

Author:
Roman Smirnov
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
StateTransitionCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder)
           
StateTransitionCaseExecutionCmd(String caseExecutionId, Map<String,Object> variables, Map<String,Object> variablesLocal, Collection<String> variableDeletions, Collection<String> variableLocalDeletions)
           
 
Method Summary
 Void execute(CommandContext commandContext)
           
protected abstract  void performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
           
 
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

StateTransitionCaseExecutionCmd

public StateTransitionCaseExecutionCmd(String caseExecutionId,
                                       Map<String,Object> variables,
                                       Map<String,Object> variablesLocal,
                                       Collection<String> variableDeletions,
                                       Collection<String> variableLocalDeletions)

StateTransitionCaseExecutionCmd

public StateTransitionCaseExecutionCmd(CaseExecutionCommandBuilderImpl builder)
Method Detail

execute

public Void execute(CommandContext commandContext)
Specified by:
execute in interface Command<Void>
Overrides:
execute in class CaseExecutionVariableCmd

performStateTransition

protected abstract void performStateTransition(CommandContext commandContext,
                                               CaseExecutionEntity caseExecution)


Copyright © 2016 camunda services GmbH. All rights reserved.