| 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<ODataValueContextOfIListOfFieldValue> |
EntriesClient.getFieldValues(String repoId,
Integer entryId,
String prefer,
Boolean formatValue,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns the fields assigned to an entry.
|
CompletableFuture<ODataValueContextOfIListOfFieldValue> |
EntriesClient.getFieldValuesNextLink(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.getFieldValuesForEach(Function<CompletableFuture<ODataValueContextOfIListOfFieldValue>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer entryId,
String prefer,
Boolean formatValue,
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<ODataValueContextOfIListOfFieldValue> |
EntriesClientImpl.getFieldValues(String repoId,
Integer entryId,
String prefer,
Boolean formatValue,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<ODataValueContextOfIListOfFieldValue> |
EntriesClientImpl.getFieldValuesNextLink(String nextLink,
Integer maxPageSize) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
EntriesClientImpl.getFieldValuesForEach(Function<CompletableFuture<ODataValueContextOfIListOfFieldValue>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer entryId,
String prefer,
Boolean formatValue,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfIListOfFieldValue |
ODataValueContextOfIListOfFieldValue.odataCount(Integer odataCount) |
ODataValueContextOfIListOfFieldValue |
ODataValueContextOfIListOfFieldValue.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.