org.jbpm.client
Class SetVariables
java.lang.Object
org.jbpm.client.AbstractCommand<T>
org.jbpm.client.VariablesCommand<Execution>
org.jbpm.client.SetVariables
- All Implemented Interfaces:
- java.io.Serializable, Command<Execution>
public class SetVariables
- extends VariablesCommand<Execution>
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executionId
protected long executionId
SetVariables
public SetVariables()
SetVariables
public SetVariables(long executionId)
SetVariables
public SetVariables(long executionId,
java.util.Map<java.lang.String,java.lang.Object> variables)
SetVariables
public SetVariables(long executionId,
java.lang.String key,
java.lang.Object variable)
execute
public Execution execute(Environment environment)
throws java.lang.Exception
- Throws:
java.lang.Exception
getExecutionId
public long getExecutionId()
setExecutionId
public void setExecutionId(long executionId)