org.jbpm.process.audit.command
public class FindNodeInstancesCommand extends AbstractHistoryLogCommand<List<NodeInstanceLog>>
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 |
toString() |
setLogEnvironment
public FindNodeInstancesCommand()
public FindNodeInstancesCommand(long processInstanceId)
public FindNodeInstancesCommand(long processInstanceId, String nodeId)
public List<NodeInstanceLog> execute(org.kie.internal.command.Context cntxt)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.