| 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<ODataValueOfBoolean> |
SearchesClient.cancelOrCloseSearch(String repoId,
String searchToken)
- Cancels a currently running search.
|
CompletableFuture<ODataValueOfBoolean> |
ServerSessionClient.createServerSession(String repoId)
- Deprecated.
|
CompletableFuture<ODataValueOfBoolean> |
EntriesClient.deleteDocument(String repoId,
Integer entryId)
- Delete the edoc associated with the provided entry ID.
|
CompletableFuture<ODataValueOfBoolean> |
EntriesClient.deletePages(String repoId,
Integer entryId,
String pageRange)
- Delete the pages associated with the provided entry ID.
|
CompletableFuture<ODataValueOfBoolean> |
ServerSessionClient.invalidateServerSession(String repoId)
- Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueOfBoolean> |
SearchesClientImpl.cancelOrCloseSearch(String repoId,
String searchToken) |
CompletableFuture<ODataValueOfBoolean> |
ServerSessionClientImpl.createServerSession(String repoId) |
CompletableFuture<ODataValueOfBoolean> |
EntriesClientImpl.deleteDocument(String repoId,
Integer entryId) |
CompletableFuture<ODataValueOfBoolean> |
EntriesClientImpl.deletePages(String repoId,
Integer entryId,
String pageRange) |
CompletableFuture<ODataValueOfBoolean> |
ServerSessionClientImpl.invalidateServerSession(String repoId) |
| Modifier and Type | Method and Description |
|---|---|
ODataValueOfBoolean |
ODataValueOfBoolean.value(Boolean value) |
Copyright © 2022. All rights reserved.