Package org.dspace.authority.rest
Class RestSource
- java.lang.Object
-
- org.dspace.authority.rest.RestSource
-
- All Implemented Interfaces:
SolrAuthorityInterface
public abstract class RestSource extends Object implements SolrAuthorityInterface
- 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)
-
-
Field Summary
Fields Modifier and Type Field Description protected OrcidRestConnectorrestConnector
-
Constructor Summary
Constructors Constructor Description RestSource(String url)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.authority.SolrAuthorityInterface
queryAuthorities, queryAuthorityID
-
-
-
-
Field Detail
-
restConnector
protected OrcidRestConnector restConnector
-
-
Constructor Detail
-
RestSource
public RestSource(String url)
-
-