public class LCNameAuthority extends Object implements ChoiceAuthority
| Modifier and Type | Field and Description |
|---|---|
protected static String |
NS_MX |
protected static String |
NS_SRU |
protected static String |
url |
| Constructor and Description |
|---|
LCNameAuthority() |
| Modifier and Type | Method and Description |
|---|---|
Choices |
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.
|
String |
getLabel(String field,
String key,
String locale)
Get the canonical user-visible "label" (i.e.
|
Choices |
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.
|
protected static String url
protected static final String NS_SRU
protected static final String NS_MX
public Choices getBestMatch(String field, String text, Collection collection, String locale)
ChoiceAuthoritygetBestMatch in interface ChoiceAuthorityfield - being matched fortext - user's value to matchcollection - database ID of Collection for context (owner of Item)locale - explicit localization key if available, or nullpublic Choices getMatches(String field, String text, Collection collection, int start, int limit, String locale)
getMatches in interface ChoiceAuthorityfield - being matched fortext - user's value to matchcollection - database ID of Collection for context (owner of Item)start - choice at which to start, 0 is first.limit - maximum number of choices to return, 0 for no limit.locale - explicit localization key if available, or nullpublic String getLabel(String field, String key, String locale)
ChoiceAuthoritygetLabel in interface ChoiceAuthorityfield - being matched forkey - authority key known to this authority.locale - explicit localization key if available, or nullCopyright © 2016 DuraSpace. All Rights Reserved.