|
SymbIoTeLibraries
|


Public Member Functions | |
| QueryResponse | search (CoreQueryRequest request, boolean serverValidation, Set< String > homePlatformIds) |
| QueryResponse | searchAsGuest (CoreQueryRequest request, boolean serverValidation) |
Interface for querying the Core Search component
| QueryResponse eu.h2020.symbiote.client.interfaces.SearchClient.search | ( | CoreQueryRequest | request, |
| boolean | serverValidation, | ||
| Set< String > | homePlatformIds | ||
| ) |
Queries the Core Search with home token
| request | the request sent to the Search |
| serverValidation | if true it will validate the Search Component |
| homePlatformIds | a set of home platform ids from which we are going to get credentials for the request |
Implemented in eu.h2020.symbiote.client.feign.FeignSearchClient.
| QueryResponse eu.h2020.symbiote.client.interfaces.SearchClient.searchAsGuest | ( | CoreQueryRequest | request, |
| boolean | serverValidation | ||
| ) |
Queries the Core Search with guest token
| request | the request send to the Search |
| serverValidation | if true it will validate the Search Component |
Implemented in eu.h2020.symbiote.client.feign.FeignSearchClient.
1.8.14