Uses of Class
com.attivio.sdk.search.SearchDocumentList
-
Packages that use SearchDocumentList 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.search com.attivio.sdk.server.component.query Interfaces for all query and response related transformers and associated dependencies of those transformers. -
-
Uses of SearchDocumentList in com.attivio.client
Fields in com.attivio.client declared as SearchDocumentList Modifier and Type Field Description SearchDocumentList
MockSearchClient. documents
The preset documents to returnMethods in com.attivio.client that return SearchDocumentList Modifier and Type Method Description SearchDocumentList
MockSearchClient. getDocuments()
Methods in com.attivio.client with parameters of type SearchDocumentList Modifier and Type Method Description void
MockSearchClient. setDocuments(SearchDocumentList documents)
-
Uses of SearchDocumentList in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return SearchDocumentList Modifier and Type Method Description SearchDocumentList
QueryResponse. getDocuments()
Get the documents returned for this response.Methods in com.attivio.sdk.search with parameters of type SearchDocumentList Modifier and Type Method Description void
QueryResponse. setDocuments(SearchDocumentList value)
Set the documents to return with this repsonse. -
Uses of SearchDocumentList in com.attivio.sdk.server.component.query
Methods in com.attivio.sdk.server.component.query with parameters of type SearchDocumentList Modifier and Type Method Description void
ResponseTransformer. processResponseDocuments(QueryResponse info, SearchDocumentList documents)
Process the documents for a response.
-