org.jbpm.process.audit.command
public class FindVariableInstancesCommand extends AbstractHistoryLogCommand<List<VariableInstanceLog>>
auditLogService
Constructor and Description |
---|
FindVariableInstancesCommand(long processInstanceId) |
FindVariableInstancesCommand(long processInstanceId,
String variableId) |
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceLog> |
execute(org.kie.internal.command.Context cntxt) |
String |
toString() |
setLogEnvironment
public FindVariableInstancesCommand(long processInstanceId)
public FindVariableInstancesCommand(long processInstanceId, String variableId)
public List<VariableInstanceLog> execute(org.kie.internal.command.Context cntxt)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.