| Package | Description |
|---|---|
| org.dspace.app.bulkedit |
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
|
| org.dspace.authority | |
| org.dspace.authority.indexer | |
| org.dspace.authority.orcid | |
| org.dspace.authority.service | |
| org.dspace.content.authority |
| Modifier and Type | Method and Description |
|---|---|
protected BulkEditMetadataValue |
MetadataImport.getBulkEditValueFromCSV(String language,
String schema,
String element,
String qualifier,
String value,
AuthorityValue fromAuthority) |
| Modifier and Type | Class and Description |
|---|---|
class |
PersonAuthorityValue |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AuthorityValue> |
AuthorityTypes.fieldDefaults |
protected List<AuthorityValue> |
AuthorityTypes.types |
| Modifier and Type | Method and Description |
|---|---|
AuthorityValue |
AuthorityValueServiceImpl.findByOrcidID(Context context,
String orcid_id) |
AuthorityValue |
AuthorityValueServiceImpl.findByUID(Context context,
String authorityID)
Item.ANY does not work here.
|
AuthorityValue |
AuthorityValueServiceImpl.fromSolr(org.apache.solr.common.SolrDocument solrDocument) |
AuthorityValue |
AuthorityValueServiceImpl.generate(Context context,
String authorityKey,
String content,
String field) |
protected AuthorityValue |
AuthorityValueServiceImpl.generateRaw(String authorityKey,
String content,
String field) |
AuthorityValue |
AuthorityValueServiceImpl.getAuthorityValueType(String metadataString) |
AuthorityValue |
AuthorityTypes.getEmptyAuthorityValue(String type) |
AuthorityValue |
PersonAuthorityValue.newInstance(String info) |
AuthorityValue |
AuthorityValue.newInstance(String info)
Makes an instance of the AuthorityValue with the given information.
|
AuthorityValue |
SolrAuthorityInterface.queryAuthorityID(String id) |
AuthorityValue |
AuthorityValueServiceImpl.update(AuthorityValue value) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AuthorityValue> |
AuthorityValueServiceImpl.find(Context context,
String queryString) |
List<AuthorityValue> |
AuthorityValueServiceImpl.findAll(Context context) |
List<AuthorityValue> |
AuthorityValueServiceImpl.findByAuthorityMetadata(Context context,
String schema,
String element,
String qualifier,
String value) |
List<AuthorityValue> |
AuthorityValueServiceImpl.findByExactValue(Context context,
String field,
String value) |
List<AuthorityValue> |
AuthorityValueServiceImpl.findByName(Context context,
String schema,
String element,
String qualifier,
String name) |
List<AuthorityValue> |
AuthorityValueServiceImpl.findByValue(Context context,
String field,
String value) |
List<AuthorityValue> |
AuthorityValueServiceImpl.findByValue(Context context,
String schema,
String element,
String qualifier,
String value) |
List<AuthorityValue> |
AuthorityValueServiceImpl.findOrcidHolders(Context context) |
Map<String,AuthorityValue> |
AuthorityTypes.getFieldDefaults() |
List<AuthorityValue> |
AuthorityTypes.getTypes() |
List<AuthorityValue> |
SolrAuthorityInterface.queryAuthorities(String text,
int max) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateAuthorities.followUp(AuthorityValue authority) |
void |
AuthoritySolrServiceImpl.indexContent(AuthorityValue value) |
AuthorityValue |
AuthorityValueServiceImpl.update(AuthorityValue value) |
protected void |
UpdateAuthorities.updateItems(AuthorityValue authority) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityTypes.setFieldDefaults(Map<String,AuthorityValue> fieldDefaults) |
void |
AuthorityTypes.setTypes(List<AuthorityValue> types) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorityValue> |
DSpaceAuthorityIndexer.getAuthorityValues(Context context,
Item item) |
List<AuthorityValue> |
AuthorityIndexerInterface.getAuthorityValues(Context context,
Item item) |
List<AuthorityValue> |
DSpaceAuthorityIndexer.getAuthorityValues(Context context,
Item item,
Map<String,AuthorityValue> cache) |
List<AuthorityValue> |
AuthorityIndexerInterface.getAuthorityValues(Context context,
Item item,
Map<String,AuthorityValue> cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityIndexingService.indexContent(AuthorityValue value) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorityValue> |
DSpaceAuthorityIndexer.getAuthorityValues(Context context,
Item item,
Map<String,AuthorityValue> cache) |
List<AuthorityValue> |
AuthorityIndexerInterface.getAuthorityValues(Context context,
Item item,
Map<String,AuthorityValue> cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
Orcidv2AuthorityValue |
| Modifier and Type | Method and Description |
|---|---|
AuthorityValue |
Orcidv2AuthorityValue.newInstance(String info)
Makes an instance of the AuthorityValue with the given information.
|
AuthorityValue |
Orcidv2.queryAuthorityID(String id)
Create an AuthorityValue from a Person retrieved using the given orcid identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthorityValue> |
Orcidv2.queryAuthorities(String text,
int max)
Makes an instance of the AuthorityValue with the given information.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorityValue |
AuthorityValueService.findByOrcidID(Context context,
String orcid_id) |
AuthorityValue |
AuthorityValueService.findByUID(Context context,
String authorityID) |
AuthorityValue |
AuthorityValueService.fromSolr(org.apache.solr.common.SolrDocument solrDocument) |
AuthorityValue |
AuthorityValueService.generate(Context context,
String authorityKey,
String content,
String field) |
AuthorityValue |
AuthorityValueService.getAuthorityValueType(String metadataString) |
AuthorityValue |
AuthorityValueService.update(AuthorityValue value) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorityValue> |
AuthorityValueService.findAll(Context context) |
List<AuthorityValue> |
AuthorityValueService.findByAuthorityMetadata(Context context,
String schema,
String element,
String qualifier,
String value) |
List<AuthorityValue> |
AuthorityValueService.findByExactValue(Context context,
String field,
String value) |
List<AuthorityValue> |
AuthorityValueService.findByName(Context context,
String schema,
String element,
String qualifier,
String name) |
List<AuthorityValue> |
AuthorityValueService.findByValue(Context context,
String field,
String value) |
List<AuthorityValue> |
AuthorityValueService.findByValue(Context context,
String schema,
String element,
String qualifier,
String value) |
List<AuthorityValue> |
AuthorityValueService.findOrcidHolders(Context context) |
| Modifier and Type | Method and Description |
|---|---|
AuthorityValue |
AuthorityValueService.update(AuthorityValue value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SolrAuthority.addExternalResults(String text,
ArrayList<Choice> choices,
List<AuthorityValue> alreadyPresent,
int max) |
Copyright © 2022 LYRASIS. All rights reserved.