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

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

public class CaseExecutionVariableCmd
extends Object
implements Command<Void>, Serializable

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
protected  CaseExecutionEntity caseExecution
           
protected  String caseExecutionId
           
protected  Map<String,Object> variables
           
protected  Collection<String> variablesDeletions
           
protected  Map<String,Object> variablesLocal
           
protected  Collection<String> variablesLocalDeletions
           
 
Constructor Summary
CaseExecutionVariableCmd(CaseExecutionCommandBuilderImpl builder)
           
CaseExecutionVariableCmd(String caseExecutionId, Map<String,Object> variables, Map<String,Object> variablesLocal, Collection<String> variablesDeletions, Collection<String> variablesLocalDeletions)
           
 
Method Summary
 Void execute(CommandContext commandContext)
           
 CaseExecutionEntity getCaseExecution()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caseExecutionId

protected String caseExecutionId

variables

protected Map<String,Object> variables

variablesLocal

protected Map<String,Object> variablesLocal

variablesDeletions

protected Collection<String> variablesDeletions

variablesLocalDeletions

protected Collection<String> variablesLocalDeletions

caseExecution

protected CaseExecutionEntity caseExecution
Constructor Detail

CaseExecutionVariableCmd

public CaseExecutionVariableCmd(String caseExecutionId,
                                Map<String,Object> variables,
                                Map<String,Object> variablesLocal,
                                Collection<String> variablesDeletions,
                                Collection<String> variablesLocalDeletions)

CaseExecutionVariableCmd

public CaseExecutionVariableCmd(CaseExecutionCommandBuilderImpl builder)
Method Detail

execute

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

getCaseExecution

public CaseExecutionEntity getCaseExecution()


Copyright © 2015 camunda services GmbH. All rights reserved.