| Package | Description |
|---|---|
| org.fcrepo.server.access | |
| org.fcrepo.server.search | |
| org.fcrepo.server.storage | |
| org.fcrepo.server.utilities |
| Modifier and Type | Method and Description |
|---|---|
FieldSearchResult |
DynamicAccessModule.findObjects(Context context,
String[] resultFields,
int maxResults,
FieldSearchQuery query) |
FieldSearchResult |
DynamicAccessImpl.findObjects(Context context,
String[] resultFields,
int maxResults,
FieldSearchQuery query) |
FieldSearchResult |
DefaultAccess.findObjects(Context context,
String[] resultFields,
int maxResults,
FieldSearchQuery query)
Lists the specified fields of each object matching the given criteria.
|
FieldSearchResult |
Access.findObjects(Context context,
String[] resultFields,
int maxResults,
FieldSearchQuery query)
Lists the specified fields of each object matching the given criteria.
|
| Modifier and Type | Method and Description |
|---|---|
FieldSearchResult |
FieldSearchSQLModule.findObjects(String[] resultFields,
int maxResults,
FieldSearchQuery query) |
FieldSearchResult |
FieldSearchSQLImpl.findObjects(String[] resultFields,
int maxResults,
FieldSearchQuery query) |
FieldSearchResult |
FieldSearch.findObjects(String[] resultFields,
int maxResults,
FieldSearchQuery query)
Search across specific fields and return the desired fields.
|
| Constructor and Description |
|---|
FieldSearchResultSQLImpl(ConnectionPool cPool,
RepositoryReader repoReader,
String[] resultFields,
int maxResults,
int maxSeconds,
FieldSearchQuery query)
Construct a FieldSearchResultSQLImpl object.
|
| Modifier and Type | Method and Description |
|---|---|
FieldSearchResult |
DOManager.findObjects(Context context,
String[] resultFields,
int maxResults,
FieldSearchQuery query) |
FieldSearchResult |
DefaultDOManager.findObjects(Context context,
String[] resultFields,
int maxResults,
FieldSearchQuery query) |
| Modifier and Type | Method and Description |
|---|---|
static FieldSearchQuery |
TypeUtility.convertGenFieldSearchQueryToFieldSearchQuery(FieldSearchQuery gen) |
Copyright © 2013 DuraSpace. All Rights Reserved.