@Service public class VotesApiServiceImpl extends BaseSpringApiServiceImpl implements VotesApiDelegate
BaseSpringApiServiceImpl.MapMessageListenerDEFAULT_CONFIG_WAIT_TIME, DEFAULT_READY_WAIT_TIME, JMS_BOTH, JMS_RECEIVE, JMS_SEND, jmsConsumer, jmsProducer, PARAM_CONFIG_WAIT_TIME, PARAM_READY_WAIT_TIME| Constructor and Description |
|---|
VotesApiServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
getVotes(String voteQuery)
Provides the selected properties of selected votes.
|
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 getVotes(String voteQuery)
getVotes in interface VotesApiDelegatevoteQuery - A String with the
SQL-like
query used to specify what properties to retrieve
from which votes.ResponseEntity<List<VoteWsResult>> with the results.VotesApi.getVotes(java.lang.String)Copyright © 2000–2021 LOCKSS Program. All rights reserved.