| Package | Description |
|---|---|
| org.fcrepo.server.search | |
| org.fcrepo.server.utilities |
| Modifier and Type | Method and Description |
|---|---|
static List<Condition> |
Condition.getConditions(String query)
Gets a List of Conditions from a string like: a=x b~'that\'s' c>='z'
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Condition> |
TypeUtility.convertGenConditionArrayToSearchConditionList(FieldSearchQuery.Conditions genConditions) |
static FieldSearchQuery |
TypeUtility.convertGenFieldSearchQueryToFieldSearchQuery(FieldSearchQuery gen) |
Copyright © 2013 DuraSpace. All Rights Reserved.