Uses of Interface
com.attivio.sdk.client.SearchClient
-
Packages that use SearchClient Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.platform.service -
-
Uses of SearchClient in com.attivio.client
Classes in com.attivio.client that implement SearchClient Modifier and Type Class Description class
AbstractSearchClient
Client for querying Attivio AIE.class
MockSearchClient
A mockSearchClient
that returns a preset response regardless of search request. -
Uses of SearchClient in com.attivio.platform.service
Classes in com.attivio.platform.service that implement SearchClient Modifier and Type Class Description class
LocalSearchClientImpl
class
RemoteSearchClient
Methods in com.attivio.platform.service that return SearchClient Modifier and Type Method Description SearchClient
RemoteSearchClientFactory. getApi(java.lang.Class<SearchClient> clazz)
Method parameters in com.attivio.platform.service with type arguments of type SearchClient Modifier and Type Method Description SearchClient
RemoteSearchClientFactory. getApi(java.lang.Class<SearchClient> clazz)
-