public class FindVariableInstancesCommand extends AuditCommand<List<VariableInstanceLog>> implements org.kie.internal.command.ProcessInstanceIdCommand
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() |
setAuditLogService, setLogEnvironmentpublic FindVariableInstancesCommand()
public FindVariableInstancesCommand(long processInstanceId)
public FindVariableInstancesCommand(long processInstanceId,
String variableId)
public List<VariableInstanceLog> execute(org.kie.internal.command.Context cntxt)
execute in interface org.drools.core.command.impl.ExecutableCommand<List<VariableInstanceLog>>public Long getProcessInstanceId()
getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic void setProcessInstanceId(Long processInstanceId)
setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic String getVariableId()
public void setVariableId(String variableId)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.