| Interface | Description |
|---|---|
| AuthorityVariantsSupport | |
| ChoiceAuthority |
Plugin interface that supplies an authority control mechanism for
one metadata field.
|
| Class | Description |
|---|---|
| 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
|
| LCNameAuthority |
Sample personal name authority based on Library of Congress Name Authority
Also serves as an example of an SRU client as authority.
|
| 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.
|
| SHERPARoMEOJournalTitle |
Sample Journal-name authority based on SHERPA/RoMEO
WARNING: This is a very crude and incomplete implementation, done mainly
as a proof-of-concept.
|
| SHERPARoMEOProtocol |
Choice Authority based on SHERPA/RoMEO - for Publishers and Journals
See the subclasses SHERPARoMEOPublisher and SHERPARoMEOJournalTitle
for actual choice plugin implementations.
|
| SHERPARoMEOPublisher |
Sample Publisher name authority based on SHERPA/RoMEO
WARNING: This is a very crude and incomplete implementation, done mainly
as a proof-of-concept.
|
| SolrAuthority | |
| TestAuthority |
This is a *very* stupid test fixture for authority control with AuthorityVariantsSupport.
|
Copyright © 2019 DuraSpace. All rights reserved.