public class TasksClientImpl extends ApiClient implements TasksClient
baseUrl, httpClient, httpRequestHandler, objectMapper| Constructor and Description |
|---|
TasksClientImpl(String baseUrl,
kong.unirest.UnirestInstance httpClient,
com.laserfiche.api.client.httphandlers.HttpRequestHandler httpRequestHandler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelOperation(ParametersForCancelOperation parameters)
- Cancels an operation.
- Provide an operationToken to cancel the operation, if possible. |
OperationProgress |
getOperationStatusAndProgress(ParametersForGetOperationStatusAndProgress parameters)
- Returns the status of an operation.
- Provide an operationToken (returned in other asynchronous routes) to get the operation status, progress, and any errors that may have occurred. |
public TasksClientImpl(String baseUrl, kong.unirest.UnirestInstance httpClient, com.laserfiche.api.client.httphandlers.HttpRequestHandler httpRequestHandler)
public OperationProgress getOperationStatusAndProgress(ParametersForGetOperationStatusAndProgress parameters)
TasksClientgetOperationStatusAndProgress in interface TasksClientparameters - An object of type ParametersForGetOperationStatusAndProgress which encapsulates the parameters of getOperationStatusAndProgress method.OperationProgress The return valuepublic boolean cancelOperation(ParametersForCancelOperation parameters)
TasksClientcancelOperation in interface TasksClientparameters - An object of type ParametersForCancelOperation which encapsulates the parameters of cancelOperation method.Copyright © 2025. All rights reserved.