| 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<AcceptedOperation> |
EntriesClient.copyEntryAsync(String repoId,
Integer entryId,
CopyAsyncRequest requestBody,
Boolean autoRename,
String culture)
- Copy a new child entry in the designated folder async, and potentially return an operationToken.
|
CompletableFuture<AcceptedOperation> |
SearchesClient.createSearchOperation(String repoId,
AdvancedSearchRequest requestBody)
- Runs a search operation on the repository.
|
CompletableFuture<AcceptedOperation> |
EntriesClient.deleteEntryInfo(String repoId,
Integer entryId,
DeleteEntryWithAuditReason requestBody)
- Begins a task to delete an entry, and returns an operationToken.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AcceptedOperation> |
EntriesClientImpl.copyEntryAsync(String repoId,
Integer entryId,
CopyAsyncRequest requestBody,
Boolean autoRename,
String culture) |
CompletableFuture<AcceptedOperation> |
SearchesClientImpl.createSearchOperation(String repoId,
AdvancedSearchRequest requestBody) |
CompletableFuture<AcceptedOperation> |
EntriesClientImpl.deleteEntryInfo(String repoId,
Integer entryId,
DeleteEntryWithAuditReason requestBody) |
| Modifier and Type | Method and Description |
|---|---|
AcceptedOperation |
AcceptedOperation.token(String token) |
Copyright © 2022. All rights reserved.