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.service.IngestApi
Packages that use
IngestApi
Package
Description
com.attivio.platform.service
com.attivio.sdk.service
Uses of
IngestApi
in
com.attivio.platform.service
Methods in
com.attivio.platform.service
that return
IngestApi
Modifier and Type
Method
Description
IngestApi
RemoteIngestApiFactory.
getApi
(java.lang.Class<
IngestApi
> clazz)
Method parameters in
com.attivio.platform.service
with type arguments of type
IngestApi
Modifier and Type
Method
Description
IngestApi
RemoteIngestApiFactory.
getApi
(java.lang.Class<
IngestApi
> clazz)
Uses of
IngestApi
in
com.attivio.sdk.service
Classes in
com.attivio.sdk.service
that implement
IngestApi
Modifier and Type
Class
Description
class
MockIngestApi
A mock implementation of
IngestApi
that keeps a list of all messages sent to it.