|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Query
JCR Query interface
| Method Summary | |
|---|---|
void |
addOrderByAscending(String fieldNameAttribute)
Order the object found (ascending) |
void |
addOrderByDescending(String fieldNameAttribute)
Order the object found (descending) |
Filter |
getFilter()
|
void |
setFilter(Filter filter)
Set the filter to use with this query |
| Method Detail |
|---|
void setFilter(Filter filter)
filter - The filter to useFilter getFilter()
void addOrderByAscending(String fieldNameAttribute)
fieldNameAttribute - the name of the field used to sort the search resultvoid addOrderByDescending(String fieldNameAttribute)
fieldNameAttribute - the name of the field used to sort the search result
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||