| Package | Description |
|---|---|
| com.laserfiche.repository.api.clients | |
| com.laserfiche.repository.api.clients.impl | |
| com.laserfiche.repository.api.clients.impl.model |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueContextOfIListOfContextHit> |
SearchesClient.getSearchContextHits(String repoId,
String searchToken,
Integer rowNumber,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns the context hits associated with a search result entry.
|
CompletableFuture<ODataValueContextOfIListOfContextHit> |
SearchesClient.getSearchContextHitsNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
SearchesClient.getSearchContextHitsForEach(Function<CompletableFuture<ODataValueContextOfIListOfContextHit>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String searchToken,
Integer rowNumber,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
Provides the functionality to iteratively (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueContextOfIListOfContextHit> |
SearchesClientImpl.getSearchContextHits(String repoId,
String searchToken,
Integer rowNumber,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<ODataValueContextOfIListOfContextHit> |
SearchesClientImpl.getSearchContextHitsNextLink(String nextLink,
Integer maxPageSize) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
SearchesClientImpl.getSearchContextHitsForEach(Function<CompletableFuture<ODataValueContextOfIListOfContextHit>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String searchToken,
Integer rowNumber,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfIListOfContextHit |
ODataValueContextOfIListOfContextHit.odataCount(Integer odataCount) |
ODataValueContextOfIListOfContextHit |
ODataValueContextOfIListOfContextHit.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.