public class ListNodesCommand extends Object implements org.drools.core.command.impl.ExecutableCommand<List<ProcessNode>>, org.kie.internal.command.ProcessInstanceIdCommand
| Constructor and Description |
|---|
ListNodesCommand(long processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessNode> |
execute(org.kie.internal.command.Context context) |
Long |
getProcessInstanceId() |
void |
setProcessInstanceId(Long procInstId) |
public List<ProcessNode> execute(org.kie.internal.command.Context context)
execute in interface org.drools.core.command.impl.ExecutableCommand<List<ProcessNode>>public void setProcessInstanceId(Long procInstId)
setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic Long getProcessInstanceId()
getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.