public class TriggerNodeCommand extends Object implements org.kie.api.command.ExecutableCommand<Void>, org.kie.internal.command.ProcessInstanceIdCommand
| Constructor and Description |
|---|
TriggerNodeCommand(long processInstanceId,
long nodeId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.kie.api.runtime.Context context) |
Long |
getProcessInstanceId() |
void |
setProcessInstanceId(Long procInstId) |
public TriggerNodeCommand(long processInstanceId,
long nodeId)
public Void execute(org.kie.api.runtime.Context context)
execute in interface org.kie.api.command.ExecutableCommand<Void>public void setProcessInstanceId(Long procInstId)
setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic Long getProcessInstanceId()
getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.