JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.attivio.sdk.client.ContentStoreClient
Packages that use
ContentStoreClient
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.sdk.service
Uses of
ContentStoreClient
in
com.attivio.client
Classes in
com.attivio.client
that implement
ContentStoreClient
Modifier and Type
Class
Description
class
LazyContentStoreClient
A
ContentStoreClient
that does not get created until one of its methods is used.
Uses of
ContentStoreClient
in
com.attivio.sdk.service
Classes in
com.attivio.sdk.service
that implement
ContentStoreClient
Modifier and Type
Class
Description
class
MockContentStoreClient
Content store that saves the stream to a byte array in memory.