public class SimpleSearchesClientImpl extends ApiClient implements SimpleSearchesClient
baseUrl, httpClient, httpRequestHandler, objectMapper| Constructor and Description |
|---|
SimpleSearchesClientImpl(String baseUrl,
kong.unirest.UnirestInstance httpClient,
com.laserfiche.api.client.httphandlers.HttpRequestHandler httpRequestHandler) |
| Modifier and Type | Method and Description |
|---|---|
EntryCollectionResponse |
searchEntry(ParametersForSearchEntry parameters)
- Runs a "simple" search operation on the repository.
- Returns a truncated search result listing. - Search result listing may be truncated, depending on number of results. |
public SimpleSearchesClientImpl(String baseUrl, kong.unirest.UnirestInstance httpClient, com.laserfiche.api.client.httphandlers.HttpRequestHandler httpRequestHandler)
public EntryCollectionResponse searchEntry(ParametersForSearchEntry parameters)
SimpleSearchesClientsearchEntry in interface SimpleSearchesClientparameters - An object of type ParametersForSearchEntry which encapsulates the parameters of searchEntry method.EntryCollectionResponse The return valueCopyright © 2025. All rights reserved.