public interface ISearchClient
| Modifier and Type | Method and Description |
|---|---|
void |
initializeClient(String uri) |
String |
query(String query,
Set<String> sids,
Boolean names) |
List<Map<String,String>> |
queryAndRead(String query,
Set<String> sids,
Boolean names) |
void |
setScope(String scope) |
void setScope(String scope)
void initializeClient(String uri)
String query(String query, Set<String> sids, Boolean names) throws SearchASLException
SearchASLExceptionList<Map<String,String>> queryAndRead(String query, Set<String> sids, Boolean names) throws SearchASLException
SearchASLExceptionCopyright © 2016. All Rights Reserved.