| Package | Description |
|---|---|
| org.dspace.content.authority | |
| org.dspace.content.authority.service |
| Modifier and Type | Method and Description |
|---|---|
Choices |
ChoiceAuthorityServiceImpl.getBestMatch(String fieldKey,
String query,
Collection collection,
String locale) |
Choices |
SampleAuthority.getBestMatch(String field,
String text,
Collection collection,
String locale) |
Choices |
LCNameAuthority.getBestMatch(String field,
String text,
Collection collection,
String locale) |
Choices |
DSpaceControlledVocabulary.getBestMatch(String field,
String text,
Collection collection,
String locale) |
Choices |
SHERPARoMEOProtocol.getBestMatch(String field,
String text,
Collection collection,
String locale) |
Choices |
ChoiceAuthority.getBestMatch(String field,
String text,
Collection collection,
String locale)
Get the single "best" match (if any) of a value in the authority
to the given user value.
|
Choices |
TestAuthority.getBestMatch(String field,
String text,
Collection collection,
String locale) |
Choices |
DCInputAuthority.getBestMatch(String field,
String text,
Collection collection,
String locale) |
Choices |
SolrAuthority.getBestMatch(String field,
String text,
Collection collection,
String locale) |
Choices |
SHERPARoMEOPublisher.getMatches(String text,
Collection collection,
int start,
int limit,
String locale) |
Choices |
SHERPARoMEOJournalTitle.getMatches(String text,
Collection collection,
int start,
int limit,
String locale) |
abstract Choices |
SHERPARoMEOProtocol.getMatches(String text,
Collection collection,
int start,
int limit,
String locale) |
Choices |
ChoiceAuthorityServiceImpl.getMatches(String fieldKey,
String query,
Collection collection,
int start,
int limit,
String locale) |
Choices |
SampleAuthority.getMatches(String field,
String query,
Collection collection,
int start,
int limit,
String locale) |
Choices |
SHERPARoMEOPublisher.getMatches(String field,
String text,
Collection collection,
int start,
int limit,
String locale) |
Choices |
SHERPARoMEOJournalTitle.getMatches(String field,
String text,
Collection collection,
int start,
int limit,
String locale) |
Choices |
LCNameAuthority.getMatches(String field,
String text,
Collection collection,
int start,
int limit,
String locale)
Match a proposed value against name authority records
Value is assumed to be in "Lastname, Firstname" format.
|
Choices |
DSpaceControlledVocabulary.getMatches(String field,
String text,
Collection collection,
int start,
int limit,
String locale) |
Choices |
ChoiceAuthority.getMatches(String field,
String text,
Collection collection,
int start,
int limit,
String locale)
Get all values from the authority that match the preferred value.
|
Choices |
TestAuthority.getMatches(String field,
String text,
Collection collection,
int start,
int limit,
String locale) |
Choices |
DCInputAuthority.getMatches(String field,
String query,
Collection collection,
int start,
int limit,
String locale) |
Choices |
SolrAuthority.getMatches(String field,
String text,
Collection collection,
int start,
int limit,
String locale) |
Choices |
ChoiceAuthorityServiceImpl.getMatches(String fieldKey,
String query,
Collection collection,
int start,
int limit,
String locale,
boolean externalInput) |
Choices |
SolrAuthority.getMatches(String field,
String text,
Collection collection,
int start,
int limit,
String locale,
boolean bestMatch) |
Choices |
ChoiceAuthorityServiceImpl.getMatches(String schema,
String element,
String qualifier,
String query,
Collection collection,
int start,
int limit,
String locale) |
protected Choices |
SHERPARoMEOProtocol.query(String result,
String label,
String authority,
List<org.apache.http.message.BasicNameValuePair> args,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChoicesXMLGenerator.generate(Choices result,
String format,
ContentHandler contentHandler) |
| Modifier and Type | Method and Description |
|---|---|
Choices |
ChoiceAuthorityService.getBestMatch(String fieldKey,
String query,
Collection collection,
String locale)
Wrapper that calls getBestMatch method of the plugin corresponding to
the metadata field defined by single field key.
|
Choices |
ChoiceAuthorityService.getMatches(String fieldKey,
String query,
Collection collection,
int start,
int limit,
String locale)
Wrapper calls getMatches method of the plugin corresponding to
the metadata field defined by single field key.
|
Choices |
ChoiceAuthorityService.getMatches(String fieldKey,
String query,
Collection collection,
int start,
int limit,
String locale,
boolean externalInput) |
Choices |
ChoiceAuthorityService.getMatches(String schema,
String element,
String qualifier,
String query,
Collection collection,
int start,
int limit,
String locale)
Wrapper that calls getMatches method of the plugin corresponding to
the metadata field defined by schema,element,qualifier.
|
Copyright © 2016 DuraSpace. All rights reserved.