|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldSearchResult | |
|---|---|
| org.fcrepo.server.access | |
| org.fcrepo.server.search | |
| org.fcrepo.server.storage | |
| org.fcrepo.server.utilities | |
| Uses of FieldSearchResult in org.fcrepo.server.access |
|---|
| Methods in org.fcrepo.server.access that return FieldSearchResult | |
|---|---|
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. |
| Uses of FieldSearchResult in org.fcrepo.server.search |
|---|
| Classes in org.fcrepo.server.search that implement FieldSearchResult | |
|---|---|
class |
FieldSearchResultSQLImpl
A FieldSearchResults object returned as the result of a FieldSearchSQLImpl search. |
| Methods in org.fcrepo.server.search that return FieldSearchResult | |
|---|---|
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. |
| Uses of FieldSearchResult in org.fcrepo.server.storage |
|---|
| Methods in org.fcrepo.server.storage that return FieldSearchResult | |
|---|---|
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)
|
| Uses of FieldSearchResult in org.fcrepo.server.utilities |
|---|
| Methods in org.fcrepo.server.utilities with parameters of type FieldSearchResult | |
|---|---|
static FieldSearchResult |
TypeUtility.convertFieldSearchResultToGenFieldSearchResult(FieldSearchResult result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||