Uses of Class
org.dspace.authority.AuthorityValue
-
Packages that use AuthorityValue 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 -
-
Uses of AuthorityValue in org.dspace.app.bulkedit
Methods in org.dspace.app.bulkedit with parameters of type AuthorityValue Modifier and Type Method Description protected BulkEditMetadataValueMetadataImport. getBulkEditValueFromCSV(Context c, String language, String schema, String element, String qualifier, String value, AuthorityValue fromAuthority) -
Uses of AuthorityValue in org.dspace.authority
Subclasses of AuthorityValue in org.dspace.authority Modifier and Type Class Description classPersonAuthorityValueFields in org.dspace.authority with type parameters of type AuthorityValue Modifier and Type Field Description protected Map<String,AuthorityValue>AuthorityTypes. fieldDefaultsprotected List<AuthorityValue>AuthorityTypes. typesMethods in org.dspace.authority that return AuthorityValue Modifier and Type Method Description AuthorityValueAuthorityValueServiceImpl. findByOrcidID(Context context, String orcid_id)AuthorityValueAuthorityValueServiceImpl. findByUID(Context context, String authorityID)Item.ANY does not work here.AuthorityValueAuthorityValueServiceImpl. fromSolr(org.apache.solr.common.SolrDocument solrDocument)AuthorityValueAuthorityValueServiceImpl. generate(Context context, String authorityKey, String content, String field)protected AuthorityValueAuthorityValueServiceImpl. generateRaw(String authorityKey, String content, String field)AuthorityValueAuthorityValueServiceImpl. getAuthorityValueType(String metadataString)AuthorityValueAuthorityTypes. getEmptyAuthorityValue(String type)AuthorityValueAuthorityValue. newInstance(String info)Makes an instance of the AuthorityValue with the given information.AuthorityValuePersonAuthorityValue. newInstance(String info)AuthorityValueSolrAuthorityInterface. queryAuthorityID(String id)AuthorityValueAuthorityValueServiceImpl. update(AuthorityValue value)Methods in org.dspace.authority that return types with arguments of type AuthorityValue Modifier and Type Method 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)Methods in org.dspace.authority with parameters of type AuthorityValue Modifier and Type Method Description protected voidUpdateAuthorities. followUp(AuthorityValue authority)voidAuthoritySolrServiceImpl. indexContent(AuthorityValue value)AuthorityValueAuthorityValueServiceImpl. update(AuthorityValue value)protected voidUpdateAuthorities. updateItems(AuthorityValue authority)Method parameters in org.dspace.authority with type arguments of type AuthorityValue Modifier and Type Method Description voidAuthorityTypes. setFieldDefaults(Map<String,AuthorityValue> fieldDefaults)voidAuthorityTypes. setTypes(List<AuthorityValue> types) -
Uses of AuthorityValue in org.dspace.authority.indexer
Methods in org.dspace.authority.indexer that return types with arguments of type AuthorityValue Modifier and Type Method Description List<AuthorityValue>AuthorityIndexerInterface. getAuthorityValues(Context context, Item item)List<AuthorityValue>AuthorityIndexerInterface. getAuthorityValues(Context context, Item item, Map<String,AuthorityValue> cache)List<AuthorityValue>DSpaceAuthorityIndexer. getAuthorityValues(Context context, Item item)List<AuthorityValue>DSpaceAuthorityIndexer. getAuthorityValues(Context context, Item item, Map<String,AuthorityValue> cache)Methods in org.dspace.authority.indexer with parameters of type AuthorityValue Modifier and Type Method Description voidAuthorityIndexingService. indexContent(AuthorityValue value)Method parameters in org.dspace.authority.indexer with type arguments of type AuthorityValue Modifier and Type Method Description List<AuthorityValue>AuthorityIndexerInterface. getAuthorityValues(Context context, Item item, Map<String,AuthorityValue> cache)List<AuthorityValue>DSpaceAuthorityIndexer. getAuthorityValues(Context context, Item item, Map<String,AuthorityValue> cache) -
Uses of AuthorityValue in org.dspace.authority.orcid
Subclasses of AuthorityValue in org.dspace.authority.orcid Modifier and Type Class Description classOrcidv3AuthorityValueAnAuthorityValueencapsulating information retrieved from ORCIDMethods in org.dspace.authority.orcid that return AuthorityValue Modifier and Type Method Description AuthorityValueOrcidv3AuthorityValue. newInstance(String info)Makes an instance of the AuthorityValue with the given information.AuthorityValueOrcidv3SolrAuthorityImpl. queryAuthorityID(String id)Create an AuthorityValue from a Person retrieved using the given orcid identifier.Methods in org.dspace.authority.orcid that return types with arguments of type AuthorityValue Modifier and Type Method Description List<AuthorityValue>Orcidv3SolrAuthorityImpl. queryAuthorities(String text, int max)Makes an instance of the AuthorityValue with the given information. -
Uses of AuthorityValue in org.dspace.authority.service
Methods in org.dspace.authority.service that return AuthorityValue Modifier and Type Method Description AuthorityValueAuthorityValueService. findByOrcidID(Context context, String orcid_id)AuthorityValueAuthorityValueService. findByUID(Context context, String authorityID)AuthorityValueAuthorityValueService. fromSolr(org.apache.solr.common.SolrDocument solrDocument)AuthorityValueAuthorityValueService. generate(Context context, String authorityKey, String content, String field)AuthorityValueAuthorityValueService. getAuthorityValueType(String metadataString)AuthorityValueAuthorityValueService. update(AuthorityValue value)Methods in org.dspace.authority.service that return types with arguments of type AuthorityValue Modifier and Type Method 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)Methods in org.dspace.authority.service with parameters of type AuthorityValue Modifier and Type Method Description AuthorityValueAuthorityValueService. update(AuthorityValue value) -
Uses of AuthorityValue in org.dspace.content.authority
Method parameters in org.dspace.content.authority with type arguments of type AuthorityValue Modifier and Type Method Description protected voidSolrAuthority. addExternalResults(String text, ArrayList<Choice> choices, List<AuthorityValue> alreadyPresent, int max)
-