Uses of Class
org.fcrepo.server.errors.QueryParseException

Packages that use QueryParseException
org.fcrepo.server.search   
org.fcrepo.server.utilities   
 

Uses of QueryParseException in org.fcrepo.server.search
 

Methods in org.fcrepo.server.search that throw QueryParseException
static List<Condition> Condition.getConditions(String query)
          Gets a List of Conditions from a string like: a=x b~'that\'s' c>='z'
 

Constructors in org.fcrepo.server.search that throw QueryParseException
Condition(String property, Operator operator, String value)
           
Condition(String property, String operator, String value)
           
FieldSearchResultSQLImpl(ConnectionPool cPool, RepositoryReader repoReader, String[] resultFields, int maxResults, int maxSeconds, FieldSearchQuery query)
          Construct a FieldSearchResultSQLImpl object.
 

Uses of QueryParseException in org.fcrepo.server.utilities
 

Methods in org.fcrepo.server.utilities that throw QueryParseException
static List TypeUtility.convertGenConditionArrayToSearchConditionList(Condition[] genConditions)
           
static FieldSearchQuery TypeUtility.convertGenFieldSearchQueryToFieldSearchQuery(FieldSearchQuery gen)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.