org.camunda.bpm.engine.impl.cmd
Class SetScopeVariableFromSerializedCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SetScopeVariableFromSerializedCmd
- All Implemented Interfaces:
- Command<Void>
- Direct Known Subclasses:
- SetExecutionVariableFromSerializedCmd, SetTaskVariableFromSerializedCmd
public abstract class SetScopeVariableFromSerializedCmd
- extends Object
- implements Command<Void>
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isLocal
protected boolean isLocal
variableName
protected String variableName
serializedVariableValue
protected Object serializedVariableValue
variableType
protected String variableType
configuration
protected Map<String,Object> configuration
scopeId
protected String scopeId
SetScopeVariableFromSerializedCmd
public SetScopeVariableFromSerializedCmd(String scopeId,
String variableName,
Object serializedVariableValue,
String variableType,
Map<String,Object> configuration,
boolean isLocal)
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Void>
getPersistentVariableScope
protected abstract PersistentVariableScope getPersistentVariableScope(CommandContext commandContext)
Copyright © 2014 camunda services GmbH. All Rights Reserved.