| 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<ODataValueContextOfIListOfWTagInfo> |
TagDefinitionsClient.getTagDefinitions(String repoId,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns all tag definitions in the repository.
|
CompletableFuture<ODataValueContextOfIListOfWTagInfo> |
TagDefinitionsClient.getTagDefinitionsNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
CompletableFuture<ODataValueContextOfIListOfWTagInfo> |
EntriesClient.getTagsAssignedToEntry(String repoId,
Integer entryId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count)
- Returns the tags assigned to an entry.
|
CompletableFuture<ODataValueContextOfIListOfWTagInfo> |
EntriesClient.getTagsAssignedToEntryNextLink(String nextLink,
Integer maxPageSize)
Returns the next subset of the requested collection, using a nextlink url.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
TagDefinitionsClient.getTagDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfWTagInfo>,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.
|
CompletableFuture<Void> |
EntriesClient.getTagsAssignedToEntryForEach(Function<CompletableFuture<ODataValueContextOfIListOfWTagInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer entryId,
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<ODataValueContextOfIListOfWTagInfo> |
TagDefinitionsClientImpl.getTagDefinitions(String repoId,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<ODataValueContextOfIListOfWTagInfo> |
TagDefinitionsClientImpl.getTagDefinitionsNextLink(String nextLink,
Integer maxPageSize) |
CompletableFuture<ODataValueContextOfIListOfWTagInfo> |
EntriesClientImpl.getTagsAssignedToEntry(String repoId,
Integer entryId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<ODataValueContextOfIListOfWTagInfo> |
EntriesClientImpl.getTagsAssignedToEntryNextLink(String nextLink,
Integer maxPageSize) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
TagDefinitionsClientImpl.getTagDefinitionsForEach(Function<CompletableFuture<ODataValueContextOfIListOfWTagInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
String prefer,
String culture,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
CompletableFuture<Void> |
EntriesClientImpl.getTagsAssignedToEntryForEach(Function<CompletableFuture<ODataValueContextOfIListOfWTagInfo>,CompletableFuture<Boolean>> callback,
Integer maxPageSize,
String repoId,
Integer entryId,
String prefer,
String select,
String orderby,
Integer top,
Integer skip,
Boolean count) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueContextOfIListOfWTagInfo |
ODataValueContextOfIListOfWTagInfo.odataCount(Integer odataCount) |
ODataValueContextOfIListOfWTagInfo |
ODataValueContextOfIListOfWTagInfo.odataNextLink(String odataNextLink) |
Copyright © 2022. All rights reserved.