public class AuthorityTypes
extends Object
This class contains a list of active authority types.
It can be used to created a new instance of a specific type.
However if you need to make a new instance to store it in solr, you need to use AuthorityValueGenerator.
To create an instance from a solr record, use AuthorityValue#fromSolr(SolrDocument).
This class is instantiated in spring and accessed by a static method in AuthorityValue.
- Author:
- Antoine Snyers (antoine at atmire.com), Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)