org.sakaiproject.entitybroker.entityprovider.extension
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)
| Fields inherited from class org.sakaiproject.entitybroker.entityprovider.search.Search |
conjunction |
| 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 |
queryField
public static String queryField
contextsField
public static String contextsField
QuerySearch
public QuerySearch(String query)
QuerySearch
public QuerySearch(String query,
String[] contexts)
- Parameters:
query - the query stringcontexts - the list of site contexts (locationIds) to limit the search to
Copyright © 2007-2013 Sakai Project. All Rights Reserved.