RESULT - the type of the query results.public interface ISTemplateQuery<RESULT> extends ISQuery<RESULT>
ISQuery for queries instantiated from fixed templates.| Modifier and Type | Method and Description |
|---|---|
void |
addAtomicConditions(AtomicCondition... conditions)
Adds one or more atomic conditions on the result to the query.
|
void |
addGenericCondition(String condition)
Adds a free-form condition on each result to the query.
|
void |
clearConditions()
Clears all conditions on the query
|
getExpression, getTTL, setExpression, setTTLvoid addAtomicConditions(AtomicCondition... conditions)
conditions - the conditions.void addGenericCondition(String condition)
$result should be used
as the variable bound to the result.condition - the condition.void clearConditions()
Copyright © 2015. All Rights Reserved.