public abstract class RestSource
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected RESTConnector |
restConnector |
| Constructor and Description |
|---|
RestSource(java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<AuthorityValue> |
queryAuthorities(java.lang.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.
|
abstract AuthorityValue |
queryAuthorityID(java.lang.String id) |
protected RESTConnector restConnector
public abstract java.util.List<AuthorityValue> queryAuthorities(java.lang.String text, int max)
public abstract AuthorityValue queryAuthorityID(java.lang.String id)
Copyright © 2014 DuraSpace. All Rights Reserved.