Uses of Interface
org.kie.api.runtime.manager.audit.VariableInstanceLog
Packages that use VariableInstanceLog
-
Uses of VariableInstanceLog in org.kie.api.runtime.manager.audit
Methods in org.kie.api.runtime.manager.audit that return types with arguments of type VariableInstanceLogModifier and TypeMethodDescriptionList<? extends VariableInstanceLog>AuditService.findVariableInstances(String processInstanceId) Returns all variable logs for given process instance idList<? extends VariableInstanceLog>AuditService.findVariableInstances(String processInstanceId, String variableId) Returns all variable logs for given process instance id and variable identifierList<? extends VariableInstanceLog>AuditService.findVariableInstancesByName(String variableId, boolean onlyActiveProcesses) Returns all variable logs that are identified by variable id regardless of what process instance they belong toList<? extends VariableInstanceLog>AuditService.findVariableInstancesByNameAndValue(String variableId, String value, boolean onlyActiveProcesses) Returns all variable logs that are identified by variable id and has given value regardless of what process instance they belong to