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.api.runtime.Context cntxt) |
Long |
getProcessInstanceId() |
String |
getVariableId() |
void |
setProcessInstanceId(Long processInstanceId) |
void |
setVariableId(String variableId) |
String |
toString() |
setAuditLogService, setLogEnvironment
public FindVariableInstancesCommand()
public FindVariableInstancesCommand(long processInstanceId)
public FindVariableInstancesCommand(long processInstanceId, String variableId)
public List<VariableInstanceLog> execute(org.kie.api.runtime.Context cntxt)
execute
in interface org.kie.api.command.ExecutableCommand<List<VariableInstanceLog>>
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 getVariableId()
public void setVariableId(String variableId)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.