Uses of Class
io.camunda.tasklist.generated.invoker.ApiException
Packages that use ApiException
-
Uses of ApiException in io.camunda.tasklist.generated.api
Methods in io.camunda.tasklist.generated.api that throw ApiExceptionModifier and TypeMethodDescriptionTaskApi.assignTask(String taskId, TaskAssignRequest taskAssignRequest) Assign a task Assign a task with `taskId` to `assignee` or the active user.TaskApi.assignTask(String taskId, TaskAssignRequest taskAssignRequest, Map<String, String> additionalHeaders) Assign a task Assign a task with `taskId` to `assignee` or the active user.UserTaskControllerApi.assignUserTask(Long userTaskKey, UserTaskAssignmentRequest userTaskAssignmentRequest) UserTaskControllerApi.assignUserTask(Long userTaskKey, UserTaskAssignmentRequest userTaskAssignmentRequest, Map<String, String> additionalHeaders) TaskApi.completeTask(String taskId, TaskCompleteRequest taskCompleteRequest) Complete a task Complete a task with `taskId` and optional `variables`.TaskApi.completeTask(String taskId, TaskCompleteRequest taskCompleteRequest, Map<String, String> additionalHeaders) Complete a task Complete a task with `taskId` and optional `variables`.UserTaskControllerApi.completeUserTask(Long userTaskKey, UserTaskCompletionRequest userTaskCompletionRequest) UserTaskControllerApi.completeUserTask(Long userTaskKey, UserTaskCompletionRequest userTaskCompletionRequest, Map<String, String> additionalHeaders) TopologyControllerApi.get()Get a form Get the form details by `formId` and `processDefinitionKey` required query param.FormApi.getForm(String formId, String processDefinitionKey, Long version, Map<String, String> additionalHeaders) Get a form Get the form details by `formId` and `processDefinitionKey` required query param.TaskApi.getTaskById(String taskId) Get a task Get one task by id.TaskApi.getTaskById(String taskId, Map<String, String> additionalHeaders) Get a task Get one task by id.VariablesApi.getVariableById(String variableId) Get a variable Get the variable details by variable id.VariablesApi.getVariableById(String variableId, Map<String, String> additionalHeaders) Get a variable Get the variable details by variable id.<T> TFormApi.invokeAPI(String url, String method, Object request, com.fasterxml.jackson.core.type.TypeReference<T> returnType, Map<String, String> additionalHeaders) <T> TTaskApi.invokeAPI(String url, String method, Object request, com.fasterxml.jackson.core.type.TypeReference<T> returnType, Map<String, String> additionalHeaders) <T> TTopologyControllerApi.invokeAPI(String url, String method, Object request, com.fasterxml.jackson.core.type.TypeReference<T> returnType, Map<String, String> additionalHeaders) <T> TUserTaskControllerApi.invokeAPI(String url, String method, Object request, com.fasterxml.jackson.core.type.TypeReference<T> returnType, Map<String, String> additionalHeaders) <T> TVariablesApi.invokeAPI(String url, String method, Object request, com.fasterxml.jackson.core.type.TypeReference<T> returnType, Map<String, String> additionalHeaders) voidTaskApi.saveDraftTaskVariables(String taskId, SaveVariablesRequest saveVariablesRequest) Save draft variables This operation performs several actions: <br/><ol><li>Validates the task and draft variables.</li><li>Deletes existing draft variables for the task.</li><li>Checks for new draft variables.voidTaskApi.saveDraftTaskVariables(String taskId, SaveVariablesRequest saveVariablesRequest, Map<String, String> additionalHeaders) Save draft variables This operation performs several actions: <br/><ol><li>Validates the task and draft variables.</li><li>Deletes existing draft variables for the task.</li><li>Checks for new draft variables.TaskApi.searchTasks(TaskSearchRequest taskSearchRequest) Search tasks Returns the list of tasks that satisfy search request params.<br><ul><li>If an empty body is provided, all tasks are returned.</li><li>Only one of `[searchAfter, searchAfterOrEqual, searchBefore, searchBeforeOrEqual]` search options must be present in request.</li></ul>TaskApi.searchTasks(TaskSearchRequest taskSearchRequest, Map<String, String> additionalHeaders) Search tasks Returns the list of tasks that satisfy search request params.<br><ul><li>If an empty body is provided, all tasks are returned.</li><li>Only one of `[searchAfter, searchAfterOrEqual, searchBefore, searchBeforeOrEqual]` search options must be present in request.</li></ul>TaskApi.searchTaskVariables(String taskId, VariablesSearchRequest variablesSearchRequest) Search task variables This method returns a list of task variables for the specified `taskId` and `variableName`.<br>If the request body is not provided or if the `variableNames` parameter in the request is empty, all variables associated with the task will be returned.TaskApi.searchTaskVariables(String taskId, VariablesSearchRequest variablesSearchRequest, Map<String, String> additionalHeaders) Search task variables This method returns a list of task variables for the specified `taskId` and `variableName`.<br>If the request body is not provided or if the `variableNames` parameter in the request is empty, all variables associated with the task will be returned.TaskApi.unassignTask(String taskId) Unassign a task Unassign a task with `taskId`.TaskApi.unassignTask(String taskId, Map<String, String> additionalHeaders) Unassign a task Unassign a task with `taskId`.UserTaskControllerApi.unassignUserTask(Long userTaskKey) UserTaskControllerApi.unassignUserTask(Long userTaskKey, Map<String, String> additionalHeaders) UserTaskControllerApi.updateUserTask(Long userTaskKey, UserTaskUpdateRequest userTaskUpdateRequest) UserTaskControllerApi.updateUserTask(Long userTaskKey, UserTaskUpdateRequest userTaskUpdateRequest, Map<String, String> additionalHeaders) -
Uses of ApiException in io.camunda.tasklist.generated.invoker
Methods in io.camunda.tasklist.generated.invoker that throw ApiExceptionModifier and TypeMethodDescription<T> TApiClient.deserialize(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response, com.fasterxml.jackson.core.type.TypeReference<T> valueType) Deserialize response body to Java object according to the Content-Type.<T> TApiClient.invokeAPI(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, String urlQueryDeepObject, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, com.fasterxml.jackson.core.type.TypeReference<T> returnType) Invoke API by sending HTTP request with the given options.voidDirectly invoke the API for the given URL.<T> TBaseApi.invokeAPI(String url, String method, com.fasterxml.jackson.core.type.TypeReference<T> returnType) Directly invoke the API for the given URL.voidDirectly invoke the API for the given URL.<T> TBaseApi.invokeAPI(String url, String method, Object request, com.fasterxml.jackson.core.type.TypeReference<T> returnType) Directly invoke the API for the given URL.abstract <T> TBaseApi.invokeAPI(String url, String method, Object request, com.fasterxml.jackson.core.type.TypeReference<T> returnType, Map<String, String> additionalHeaders) Directly invoke the API for the given URL.voidDirectly invoke the API for the given URL.voidDirectly invoke the API for the given URL.protected <T> TApiClient.processResponse(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response, com.fasterxml.jackson.core.type.TypeReference<T> returnType) org.apache.hc.core5.http.HttpEntityApiClient.serialize(Object obj, Map<String, Object> formParams, org.apache.hc.core5.http.ContentType contentType) Serialize the given Java object into string according the given Content-Type (only JSON is supported for now).