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 ExposedApiExposedApiContainer. 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 interfaceAutoCompleteApiAPI for the retrieving of query completion suggestions based on a current query request.interfaceConnectorControlApiAPI that allows for control over predefined connectors inside the AIE platform.interfaceDictionaryClientDictionary Management API.interfaceDocumentProcessorApiSimple api that runs documents directly through a specified ingest workflow.interfaceRelevancyModelApiAPI for interacting with relevancy models in the system.interfaceSignalTrackingApiAPI for interacting tracking signals in the system.Classes in com.attivio.sdk.client that implement ExposedApi Modifier and Type Class Description classMockAutoCompleteApiDefault behavior is to noop, providers must be added in order to achieve other functionality or to test a specific providerclassMockRelevancyModelApiAPI for interacting with relevancy models in the system.classMockSignalTrackingService -
Uses of ExposedApi in com.attivio.sdk.search.relevancy
Subinterfaces of ExposedApi in com.attivio.sdk.search.relevancy Modifier and Type Interface Description interfaceSignalAdminApiAPI 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 classMockDocumentProcessorApi
-