|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
RESULT - the type of the query results.public interface ISTemplateQuery<RESULT>
A specialisation of ISQuery for queries instantiated from fixed templates.
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.gcube.common.core.informationsystem.client.ISQuery |
|---|
getExpression, getTTL, setExpression, setTTL |
| Method Detail |
|---|
void 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||