|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectionPredicates
Provides access to path predicates for a query graph with operations useful for service implementors.
Select,
Type,
Property| Method Summary | |
|---|---|
void |
collect(Where predicate)
Traverses the given predicate adding its properties and property paths to the selection. |
Where |
getPredicate(Property property)
Returns the predicate for the given property or null if the given property is not mapped. |
boolean |
hasPredicates()
Returns true if the selection has path predicates. |
| Method Detail |
|---|
void collect(Where predicate)
predicate - the predicateboolean hasPredicates()
Where getPredicate(Property property)
property - the property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||