public interface ICatalogServiceDriver extends IDiscoveryServiceDriver
Modifier and Type | Method and Description |
---|---|
IProfile |
getProfile() |
GetRecordsReply |
getRecords(URI uri,
CatalogQuery query,
int firstRecord)
It send a request with a query to retrieve the server records
|
createQuery, getAditionalSearchPanel, getCapabilities, getDefaultPort, getDefaultSchema, getOneServer, getServerAnswerReady, getServiceName, isProtocolSupported, setServerAnswerReady, toString
GetRecordsReply getRecords(URI uri, CatalogQuery query, int firstRecord)
uri
- Server URIquery
- It contains the values to do the query (title="XXX",abstract="YYY",...)firstRecord
- Number of the first record to retrieveIProfile getProfile()