Uses of Class
com.attivio.sdk.client.PooledClient
-
Packages that use PooledClient Package Description com.attivio.sdk.api com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.client.trigger Copyright 2019 Attivio Inc., All rights reserved. -
-
Uses of PooledClient in com.attivio.sdk.api
Classes in com.attivio.sdk.api with annotations of type PooledClient Modifier and Type Interface Description interface
ContentStoreProvider
TheContentStoreProvider
provides access to AIE's content store. -
Uses of PooledClient in com.attivio.sdk.client
Classes in com.attivio.sdk.client with annotations of type PooledClient Modifier and Type Interface Description interface
DocumentStoreApi
Client to the AIE document store (currently available only within an AIE node process).interface
IngestionHistoryApi
TheIngestionHistoryApi
is used to provide incremental capabilities to ingestion clients. -
Uses of PooledClient in com.attivio.sdk.client.trigger
Classes in com.attivio.sdk.client.trigger with annotations of type PooledClient Modifier and Type Interface Description interface
TriggerApi
API for defining and modifying triggers.
-