| 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.rest | |
| 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 |
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() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateAuthorities.followUp(AuthorityValue authority) |
void |
AuthoritySolrServiceImpl.indexContent(AuthorityValue value,
boolean force) |
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 | Field and Description |
|---|---|
protected AuthorityValue |
DSpaceAuthorityIndexer.nextValue |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AuthorityValue> |
DSpaceAuthorityIndexer.cache |
| Modifier and Type | Method and Description |
|---|---|
AuthorityValue |
AuthorityIndexerInterface.nextValue() |
AuthorityValue |
DSpaceAuthorityIndexer.nextValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityIndexingService.indexContent(AuthorityValue value,
boolean force) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrcidAuthorityValue |
| Modifier and Type | Method and Description |
|---|---|
AuthorityValue |
OrcidAuthorityValue.newInstance(String info) |
AuthorityValue |
Orcid.queryAuthorityID(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorityValue> |
Orcid.queryAuthorities(String text,
int max) |
| Modifier and Type | Method and Description |
|---|---|
abstract AuthorityValue |
RestSource.queryAuthorityID(String id) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<AuthorityValue> |
RestSource.queryAuthorities(String text,
int max) |
| 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 © 2016 DuraSpace. All rights reserved.