public interface RepositoryConfiguration
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdminEmails()
Gets the administrator emails.
|
String |
getBaseUrl()
Gets the base url.
|
DeleteMethod |
getDeleteMethod()
Repositories must declare one of three levels of support for deleted
records in the deletedRecord element of the Identify response.
|
List<String> |
getDescription()
Getting description
|
Date |
getEarliestDate()
Gets the earliest date on the system.
|
Granularity |
getGranularity()
Repositories must support selective harvesting with the from and until
arguments expressed at day granularity.
|
String |
getRepositoryName()
Gets the name of the repository NOTE: This is just for identifying
purposes.
|
String getRepositoryName()
List<String> getAdminEmails()
String getBaseUrl()
Date getEarliestDate()
DeleteMethod getDeleteMethod()
Granularity getGranularity()
Copyright © 2020. All rights reserved.