Uses of Class
org.dspace.authority.AuthorityValue
Packages that use AuthorityValue
Package
Description
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
-
Uses of AuthorityValue in org.dspace.app.bulkedit
Methods in org.dspace.app.bulkedit with parameters of type AuthorityValueModifier and TypeMethodDescriptionprotected 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.authorityFields in org.dspace.authority with type parameters of type AuthorityValueModifier and TypeFieldDescriptionprotected Map<String,AuthorityValue> AuthorityTypes.fieldDefaultsprotected List<AuthorityValue>AuthorityTypes.typesMethods in org.dspace.authority that return AuthorityValueModifier and TypeMethodDescriptionAuthorityValueServiceImpl.findByOrcidID(Context context, String orcid_id) Item.ANY does not work here.AuthorityValueServiceImpl.fromSolr(org.apache.solr.common.SolrDocument solrDocument) AuthorityValueServiceImpl.generate(Context context, String authorityKey, String content, String field) protected AuthorityValueAuthorityValueServiceImpl.generateRaw(String authorityKey, String content, String field) AuthorityValueServiceImpl.getAuthorityValueType(String metadataString) AuthorityTypes.getEmptyAuthorityValue(String type) AuthorityValue.newInstance(String info) Makes an instance of the AuthorityValue with the given information.PersonAuthorityValue.newInstance(String info) SolrAuthorityInterface.queryAuthorityID(String id) AuthorityValueServiceImpl.update(AuthorityValue value) Methods in org.dspace.authority that return types with arguments of type AuthorityValueModifier and TypeMethodDescriptionprotected List<AuthorityValue>AuthorityValueServiceImpl.findByAuthorityMetadata(Context context, String schema, String element, String qualifier, String value) AuthorityValueServiceImpl.findByExactValue(Context context, String field, String value) AuthorityValueServiceImpl.findByName(Context context, String schema, String element, String qualifier, String name) AuthorityValueServiceImpl.findByValue(Context context, String field, String value) AuthorityValueServiceImpl.findByValue(Context context, String schema, String element, String qualifier, String value) AuthorityValueServiceImpl.findOrcidHolders(Context context) AuthorityTypes.getFieldDefaults()AuthorityTypes.getTypes()SolrAuthorityInterface.queryAuthorities(String text, int max) Methods in org.dspace.authority with parameters of type AuthorityValueModifier and TypeMethodDescriptionprotected voidUpdateAuthorities.followUp(AuthorityValue authority) voidAuthoritySolrServiceImpl.indexContent(AuthorityValue value) AuthorityValueServiceImpl.update(AuthorityValue value) protected voidUpdateAuthorities.updateItems(AuthorityValue authority) Method parameters in org.dspace.authority with type arguments of type AuthorityValueModifier and TypeMethodDescriptionvoidAuthorityTypes.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 AuthorityValueModifier and TypeMethodDescriptionAuthorityIndexerInterface.getAuthorityValues(Context context, Item item) AuthorityIndexerInterface.getAuthorityValues(Context context, Item item, Map<String, AuthorityValue> cache) DSpaceAuthorityIndexer.getAuthorityValues(Context context, Item item) DSpaceAuthorityIndexer.getAuthorityValues(Context context, Item item, Map<String, AuthorityValue> cache) Methods in org.dspace.authority.indexer with parameters of type AuthorityValueModifier and TypeMethodDescriptionvoidAuthorityIndexingService.indexContent(AuthorityValue value) Method parameters in org.dspace.authority.indexer with type arguments of type AuthorityValueModifier and TypeMethodDescriptionAuthorityIndexerInterface.getAuthorityValues(Context context, Item item, Map<String, AuthorityValue> cache) 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.orcidModifier and TypeClassDescriptionclassAnAuthorityValueencapsulating information retrieved from ORCIDMethods in org.dspace.authority.orcid that return AuthorityValueModifier and TypeMethodDescriptionOrcidv3AuthorityValue.newInstance(String info) Makes an instance of the AuthorityValue with the given information.Orcidv3SolrAuthorityImpl.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 AuthorityValueModifier and TypeMethodDescriptionOrcidv3SolrAuthorityImpl.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 AuthorityValueModifier and TypeMethodDescriptionAuthorityValueService.findByOrcidID(Context context, String orcid_id) AuthorityValueService.fromSolr(org.apache.solr.common.SolrDocument solrDocument) AuthorityValueService.getAuthorityValueType(String metadataString) AuthorityValueService.update(AuthorityValue value) Methods in org.dspace.authority.service that return types with arguments of type AuthorityValueModifier and TypeMethodDescriptionAuthorityValueService.findByAuthorityMetadata(Context context, String schema, String element, String qualifier, String value) AuthorityValueService.findByExactValue(Context context, String field, String value) AuthorityValueService.findByName(Context context, String schema, String element, String qualifier, String name) AuthorityValueService.findByValue(Context context, String field, String value) AuthorityValueService.findByValue(Context context, String schema, String element, String qualifier, String value) AuthorityValueService.findOrcidHolders(Context context) Methods in org.dspace.authority.service with parameters of type AuthorityValue -
Uses of AuthorityValue in org.dspace.content.authority
Method parameters in org.dspace.content.authority with type arguments of type AuthorityValueModifier and TypeMethodDescriptionprotected voidSolrAuthority.addExternalResults(String text, ArrayList<Choice> choices, List<AuthorityValue> alreadyPresent, int max)