public class FindNodeInstancesCommand extends AuditCommand<List<NodeInstanceLog>> implements org.kie.internal.command.ProcessInstanceIdCommand
auditLogService
Constructor and Description |
---|
FindNodeInstancesCommand() |
FindNodeInstancesCommand(long processInstanceId) |
FindNodeInstancesCommand(long processInstanceId,
String nodeId) |
Modifier and Type | Method and Description |
---|---|
List<NodeInstanceLog> |
execute(org.kie.internal.command.Context cntxt) |
String |
getNodeId() |
Long |
getProcessInstanceId() |
void |
setNodeId(String nodeId) |
void |
setProcessInstanceId(Long processInstanceId) |
String |
toString() |
setAuditLogService, setLogEnvironment
public FindNodeInstancesCommand()
public FindNodeInstancesCommand(long processInstanceId)
public FindNodeInstancesCommand(long processInstanceId, String nodeId)
public List<NodeInstanceLog> execute(org.kie.internal.command.Context cntxt)
execute
in interface org.drools.core.command.impl.GenericCommand<List<NodeInstanceLog>>
public Long getProcessInstanceId()
getProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
public void setProcessInstanceId(Long processInstanceId)
setProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
public String getNodeId()
public void setNodeId(String nodeId)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.