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