Uses of Interface
org.kie.api.runtime.rule.QueryResults
-
Packages that use QueryResults Package Description org.drools.ruleunits.api org.kie.api.runtime.rule The rule runtime classes. -
-
Uses of QueryResults in org.drools.ruleunits.api
Methods in org.drools.ruleunits.api that return QueryResults Modifier and Type Method Description QueryResults
RuleUnitInstance. executeQuery(String query, Object... arguments)
Executes the query with the given name on this instance, using the given set of arguments -
Uses of QueryResults in org.kie.api.runtime.rule
Methods in org.kie.api.runtime.rule that return QueryResults Modifier and Type Method Description QueryResults
RuleRuntime. getQueryResults(String query, Object... arguments)
Retrieve the QueryResults of the specified query and arguments
-