| 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<ODataValueContextOfListOfAttribute> |
AttributesClient.getTrusteeAttributeKeyValuePairs(String repoId,
Boolean everyone,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns the attribute key value pairs associated with the authenticated user.
|
CompletableFuture<ODataValueContextOfListOfAttribute> |
AttributesClient.getTrusteeAttributeKeyValuePairsNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
AttributesClient.getTrusteeAttributeKeyValuePairsForEach(Function<CompletableFuture<ODataValueContextOfListOfAttribute>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Boolean everyone,
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<ODataValueContextOfListOfAttribute> |
AttributesClientImpl.getTrusteeAttributeKeyValuePairs(String repoId,
Boolean everyone,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<ODataValueContextOfListOfAttribute> |
AttributesClientImpl.getTrusteeAttributeKeyValuePairsNextLink(String nextLink,
Integer maxPageSize) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
AttributesClientImpl.getTrusteeAttributeKeyValuePairsForEach(Function<CompletableFuture<ODataValueContextOfListOfAttribute>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Boolean everyone,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfListOfAttribute |
ODataValueContextOfListOfAttribute.odataCount(Integer odataCount) |
ODataValueContextOfListOfAttribute |
ODataValueContextOfListOfAttribute.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.