public class SetProcessInstanceVariablesCommand extends Object implements ExecutableCommand<Void>, org.kie.internal.command.ProcessInstanceIdCommand
| Constructor and Description |
|---|
SetProcessInstanceVariablesCommand() |
SetProcessInstanceVariablesCommand(long processInstanceId,
Map<String,Object> variables) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.kie.api.runtime.Context context) |
Long |
getProcessInstanceId() |
Map<String,Object> |
getVariables() |
void |
setProcessInstanceId(Long processInstanceId) |
void |
setVariables(Map<String,Object> variables) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanRunInTransactionpublic Long getProcessInstanceId()
getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic void setProcessInstanceId(Long processInstanceId)
setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic Void execute(org.kie.api.runtime.Context context)
execute in interface ExecutableCommand<Void>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.