| 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<ODataValueContextOfIListOfEntry> |
SimpleSearchesClient.createSimpleSearchOperation(String select,
String orderby,
Boolean count,
String repoId,
String[] fields,
Boolean formatFields,
SimpleSearchRequest requestBody,
String culture)
- Runs a "simple" search operation on the repository.
|
CompletableFuture<ODataValueContextOfIListOfEntry> |
EntriesClient.getEntryListing(String repoId,
Integer entryId,
Boolean groupByEntryType,
String[] fields,
Boolean formatFields,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns the children entries of a folder in the repository.
|
CompletableFuture<ODataValueContextOfIListOfEntry> |
EntriesClient.getEntryListingNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
CompletableFuture<ODataValueContextOfIListOfEntry> |
SearchesClient.getSearchResults(String repoId,
String searchToken,
Boolean groupByEntryType,
Boolean refresh,
String[] fields,
Boolean formatFields,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns a search result listing if the search is completed.
|
CompletableFuture<ODataValueContextOfIListOfEntry> |
SearchesClient.getSearchResultsNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
EntriesClient.getEntryListingForEach(Function<CompletableFuture<ODataValueContextOfIListOfEntry>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer entryId,
Boolean groupByEntryType,
String[] fields,
Boolean formatFields,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
Provides the functionality to iteratively (i.e.
|
CompletableFuture<Void> |
SearchesClient.getSearchResultsForEach(Function<CompletableFuture<ODataValueContextOfIListOfEntry>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String searchToken,
Boolean groupByEntryType,
Boolean refresh,
String[] fields,
Boolean formatFields,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
Provides the functionality to iteratively (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
EntriesClientImpl.getEntryListingForEach(Function<CompletableFuture<ODataValueContextOfIListOfEntry>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer entryId,
Boolean groupByEntryType,
String[] fields,
Boolean formatFields,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<Void> |
SearchesClientImpl.getSearchResultsForEach(Function<CompletableFuture<ODataValueContextOfIListOfEntry>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String searchToken,
Boolean groupByEntryType,
Boolean refresh,
String[] fields,
Boolean formatFields,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfIListOfEntry |
ODataValueContextOfIListOfEntry.odataCount(Integer odataCount) |
ODataValueContextOfIListOfEntry |
ODataValueContextOfIListOfEntry.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.