| 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<ODataValueContextOfIListOfWFieldInfo> |
FieldDefinitionsClient.getFieldDefinitions(String repoId,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns a paged listing of field definitions available in the specified repository.
|
CompletableFuture<ODataValueContextOfIListOfWFieldInfo> |
FieldDefinitionsClient.getFieldDefinitionsNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
FieldDefinitionsClient.getFieldDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfWFieldInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
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<ODataValueContextOfIListOfWFieldInfo> |
FieldDefinitionsClientImpl.getFieldDefinitions(String repoId,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<ODataValueContextOfIListOfWFieldInfo> |
FieldDefinitionsClientImpl.getFieldDefinitionsNextLink(String nextLink,
Integer maxPageSize) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
FieldDefinitionsClientImpl.getFieldDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfWFieldInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfIListOfWFieldInfo |
ODataValueContextOfIListOfWFieldInfo.odataCount(Integer odataCount) |
ODataValueContextOfIListOfWFieldInfo |
ODataValueContextOfIListOfWFieldInfo.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.