| Package | Description |
|---|---|
| org.dspace.content.authority | |
| org.dspace.content.authority.service |
| Modifier and Type | Class and Description |
|---|---|
class |
DCInputAuthority
ChoiceAuthority source that reads the same submission-forms which drive
configurable submission.
|
class |
DSpaceControlledVocabulary
ChoiceAuthority source that reads the JSPUI-style hierarchical vocabularies
from
${dspace.dir}/config/controlled-vocabularies/*.xml and turns
them into autocompleting authorities. |
class |
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
|
class |
LCNameAuthority
Sample personal name authority based on Library of Congress Name Authority
Also serves as an example of an SRU client as authority.
|
class |
SampleAuthority
This is a *very* stupid test fixture for authority control, and also
serves as a trivial example of an authority plugin implementation.
|
class |
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.
|
class |
SHERPARoMEOProtocol
Choice Authority based on SHERPA/RoMEO - for Publishers and Journals
See the subclasses SHERPARoMEOPublisher and SHERPARoMEOJournalTitle
for actual choice plugin implementations.
|
class |
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.
|
class |
SolrAuthority |
class |
TestAuthority
This is a *very* stupid test fixture for authority control with AuthorityVariantsSupport.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ChoiceAuthority> |
ChoiceAuthorityServiceImpl.controller |
| Modifier and Type | Method and Description |
|---|---|
ChoiceAuthority |
ChoiceAuthorityServiceImpl.getChoiceAuthorityByAuthorityName(String authorityName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ChoiceAuthority> |
InputFormSelfRegisterWrapperAuthority.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputFormSelfRegisterWrapperAuthority.setDelegates(Map<String,ChoiceAuthority> delegates) |
| Modifier and Type | Method and Description |
|---|---|
ChoiceAuthority |
ChoiceAuthorityService.getChoiceAuthorityByAuthorityName(String authorityName) |
Copyright © 2019 DuraSpace. All rights reserved.