Uses of Interface
com.attivio.sdk.client.exposedapi.ExposedApi
-
Packages that use ExposedApi Package Description com.attivio.client.exposedapi com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.search.relevancy Contains classes relevancy model related classes.com.attivio.sdk.service -
-
Uses of ExposedApi in com.attivio.client.exposedapi
Methods in com.attivio.client.exposedapi that return ExposedApi Modifier and Type Method Description ExposedApi
ExposedApiContainer. getApi()
Methods in com.attivio.client.exposedapi that return types with arguments of type ExposedApi Modifier and Type Method Description java.lang.Class<? extends ExposedApi>
ExposedApiContainer. getApiClass()
Constructors in com.attivio.client.exposedapi with parameters of type ExposedApi Constructor Description ExposedApiContainer(java.lang.String name, java.lang.Class<? extends ExposedApi> c, ExposedApi a)
Constructor.Constructor parameters in com.attivio.client.exposedapi with type arguments of type ExposedApi Constructor Description ExposedApiContainer(java.lang.String name, java.lang.Class<? extends ExposedApi> c, ExposedApi a)
Constructor. -
Uses of ExposedApi in com.attivio.sdk.client
Subinterfaces of ExposedApi in com.attivio.sdk.client Modifier and Type Interface Description interface
AutoCompleteApi
API for the retrieving of query completion suggestions based on a current query request.interface
ConnectorControlApi
API that allows for control over predefined connectors inside the AIE platform.interface
DictionaryClient
Dictionary Management API.interface
DocumentProcessorApi
Simple api that runs documents directly through a specified ingest workflow.interface
RelevancyModelApi
API for interacting with relevancy models in the system.interface
SignalTrackingApi
API for interacting tracking signals in the system.Classes in com.attivio.sdk.client that implement ExposedApi Modifier and Type Class Description class
MockAutoCompleteApi
Default behavior is to noop, providers must be added in order to achieve other functionality or to test a specific providerclass
MockRelevancyModelApi
API for interacting with relevancy models in the system.class
MockSignalTrackingService
-
Uses of ExposedApi in com.attivio.sdk.search.relevancy
Subinterfaces of ExposedApi in com.attivio.sdk.search.relevancy Modifier and Type Interface Description interface
SignalAdminApi
API for internal signal store administration. -
Uses of ExposedApi in com.attivio.sdk.service
Classes in com.attivio.sdk.service that implement ExposedApi Modifier and Type Class Description class
MockDocumentProcessorApi
-