Class QuerySearch
- java.lang.Object
-
- org.sakaiproject.entitybroker.entityprovider.search.Search
-
- org.sakaiproject.entitybroker.entityprovider.extension.QuerySearch
-
public class QuerySearch extends Search
An extension of the standard search object which allows for custom constructors to make it easier to build up the search for the search query- Author:
- Aaron Zeckoski (azeckoski @ gmail.com)
-
-
Field Summary
Fields Modifier and Type Field Description static StringcontextsFieldstatic StringqueryField-
Fields inherited from class org.sakaiproject.entitybroker.entityprovider.search.Search
conjunction
-
-
Constructor Summary
Constructors Constructor Description QuerySearch(String query)QuerySearch(String query, String[] contexts)
-
Method Summary
-
Methods inherited from class org.sakaiproject.entitybroker.entityprovider.search.Search
addOrder, addRestriction, appendArray, arrayToString, clone, contains, copy, equals, getLimit, getOrders, getQueryString, getRestrictionByProperties, getRestrictionByProperty, getRestrictions, getRestrictionsProperties, getRestrictionValueByProperties, getStart, hashCode, isConjunction, isEmpty, reset, setConjunction, setLimit, setOrders, setQueryString, setRestrictions, setStart, toString
-
-