@Service public class RepositoriesApiServiceImpl extends org.lockss.spring.base.BaseSpringApiServiceImpl implements RepositoriesApiDelegate
| Constructor and Description |
|---|
RepositoriesApiServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
getRepositories(String repositoryQuery)
GET /repositories?query={repositoryQuery}: Provides the selected properties
of selected repositories in the system.
|
configMgrCreated, getClassName, getConfigWaitTime, getJMSManager, getReadyWaitTime, getRunningLockssDaemon, getWaitTime, jmsSetUpDone, receiveMessage, registerConfigCallback, setUpJms, setUpJms, setUpJms, stopJms, waitConfig, waitConfig, waitReady, waitReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAcceptHeader, getObjectMapper, getRequestpublic org.springframework.http.ResponseEntity getRepositories(String repositoryQuery)
getRepositories in interface RepositoriesApiDelegaterepositoryQuery - A String with the
SQL-like
query used to specify what properties to
retrieve from which repository.List<RepositoryWsResult> with the results.RepositoriesApi.getRepositories(java.lang.String)Copyright © 2000–2021 LOCKSS Program. All rights reserved.