| 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.content.authority |
| Modifier and Type | Method and Description |
|---|---|
static AuthorityValue |
MetadataImport.getAuthorityValueType(String md) |
| Modifier and Type | Class and Description |
|---|---|
class |
PersonAuthorityValue |
| Modifier and Type | Method and Description |
|---|---|
AuthorityValue |
AuthorityValueFinder.findByOrcidID(Context context,
String orcid_id) |
AuthorityValue |
AuthorityValueFinder.findByUID(Context context,
String authorityID)
Item.ANY does not work here.
|
static AuthorityValue |
AuthorityValue.fromSolr(org.apache.solr.common.SolrDocument solrDocument) |
static AuthorityValue |
AuthorityValueGenerator.generate(String uid,
String content,
String field) |
protected static AuthorityValue |
AuthorityValueGenerator.generateRaw(String uid,
String content,
String field) |
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.
|
static AuthorityValue |
AuthorityValueGenerator.update(AuthorityValue value) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorityValue> |
AuthorityValueFinder.findAll(Context context) |
List<AuthorityValue> |
AuthorityValueFinder.findByAuthorityMetadata(Context context,
String schema,
String element,
String qualifier,
String value) |
List<AuthorityValue> |
AuthorityValueFinder.findByName(Context context,
String schema,
String element,
String qualifier,
String name) |
List<AuthorityValue> |
AuthorityValueFinder.findByValue(Context context,
String schema,
String element,
String qualifier,
String value) |
List<AuthorityValue> |
AuthorityValueFinder.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) |
static AuthorityValue |
AuthorityValueGenerator.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 |
|---|---|
AuthorityValue |
DSpaceAuthorityIndexer.nextValue() |
AuthorityValue |
AuthorityIndexerInterface.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)
TODO
com.atmire.org.dspace.authority.rest.RestSource#queryAuthorities -> add field, so the source can decide whether to query /users or something else.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SolrAuthority.addExternalResults(String text,
ArrayList<Choice> choices,
List<AuthorityValue> alreadyPresent,
int max) |
Copyright © 2014 DuraSpace. All Rights Reserved.