| Choice |
Record class to hold the data describing one option, or choice, for an
authority-controlled metadata value.
|
| ChoiceAuthorityServiceImpl |
Broker for ChoiceAuthority plugins, and for other information configured
about the choice aspect of authority control for a metadata field.
|
| Choices |
Record class to hold a set of Choices returned by an authority in response
to a search.
|
| ChoicesXMLGenerator |
Record class to hold a set of Choices returned by an authority in response
to a search.
|
| DCInputAuthority |
ChoiceAuthority source that reads the same submission-forms which drive
configurable submission.
|
| DSpaceControlledVocabulary |
ChoiceAuthority source that reads the JSPUI-style hierarchical vocabularies
from ${dspace.dir}/config/controlled-vocabularies/*.xml and turns
them into autocompleting authorities.
|
| InputFormSelfRegisterWrapperAuthority |
This authority is registered automatically by the ChoiceAuthorityService for
all the metadata that use a value-pair or a vocabulary in the submission-form.xml
It keeps a map of form-name vs ChoiceAuthority to delegate the execution of
the method to the specific ChoiceAuthority configured for the collection when
the same metadata have different vocabulary or value-pair on a collection
basis
|
| MetadataAuthorityServiceImpl |
Broker for metadata authority settings configured for each metadata field.
|
| SampleAuthority |
This is a *very* stupid test fixture for authority control, and also
serves as a trivial example of an authority plugin implementation.
|
| SolrAuthority |
|
| TestAuthority |
This is a *very* stupid test fixture for authority control with AuthorityVariantsSupport.
|