public class SetProcessInstanceVariablesCommand extends Object implements GenericCommand<Void>
Constructor and Description |
---|
SetProcessInstanceVariablesCommand() |
SetProcessInstanceVariablesCommand(long processInstanceId,
Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.internal.command.Context context) |
long |
getProcessInstanceId() |
Map<String,Object> |
getVariables() |
void |
setProcessInstanceId(long processInstanceId) |
void |
setVariables(Map<String,Object> variables) |
String |
toString() |
public long getProcessInstanceId()
public void setProcessInstanceId(long processInstanceId)
public Void execute(org.kie.internal.command.Context context)
execute
in interface GenericCommand<Void>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.