|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChoiceAuthority
Plugin interface that supplies an authority control mechanism for one metadata field.
ChoiceAuthorityManager,
MetadataAuthorityManager| Method Summary | |
|---|---|
Choices |
getBestMatch(String field,
String text,
int 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,
int collection,
int start,
int limit,
String locale)
Get all values from the authority that match the preferred value. |
| Method Detail |
|---|
Choices getMatches(String field,
String text,
int collection,
int start,
int limit,
String locale)
field - 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 null
Choices getBestMatch(String field,
String text,
int collection,
String locale)
field - being matched fortext - user's value to matchcollection - database ID of Collection for context (owner of Item)locale - explicit localization key if available, or null
String getLabel(String field,
String key,
String locale)
field - being matched forkey - authority key known to this authority.locale - explicit localization key if available, or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||