| 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.
|
FieldSearchResult |
DynamicAccessModule.resumeFindObjects(Context context,
String sessionToken) |
FieldSearchResult |
DynamicAccessImpl.resumeFindObjects(Context context,
String sessionToken) |
FieldSearchResult |
DefaultAccess.resumeFindObjects(Context context,
String sessionToken)
Resumes an in-progress listing of object fields.
|
FieldSearchResult |
Access.resumeFindObjects(Context context,
String sessionToken)
Resumes an in-progress listing of object fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldSearchResultSQLImpl
A FieldSearchResults object returned as the result of a FieldSearchSQLImpl
search.
|
| 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.
|
FieldSearchResult |
FieldSearchSQLModule.resumeFindObjects(String sessionToken) |
FieldSearchResult |
FieldSearchSQLImpl.resumeFindObjects(String sessionToken) |
FieldSearchResult |
FieldSearch.resumeFindObjects(String sessionToken)
Resume an in-progress search across specific fields and return the
desired fields.
|
| 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) |
FieldSearchResult |
DOManager.resumeFindObjects(Context context,
String sessionToken) |
FieldSearchResult |
DefaultDOManager.resumeFindObjects(Context context,
String sessionToken) |
| Modifier and Type | Method and Description |
|---|---|
static FieldSearchResult |
TypeUtility.convertFieldSearchResultToGenFieldSearchResult(FieldSearchResult result) |
Copyright © 2013 DuraSpace. All Rights Reserved.