|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<Condition> |
TypeUtility.convertGenConditionArrayToSearchConditionList(FieldSearchQuery.Conditions genConditions)
|
static FieldSearchQuery |
TypeUtility.convertGenFieldSearchQueryToFieldSearchQuery(FieldSearchQuery gen)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||