Uses of Class
io.camunda.tasklist.CamundaTaskListClientBuilder
Packages that use CamundaTaskListClientBuilder
-
Uses of CamundaTaskListClientBuilder in io.camunda.tasklist
Methods in io.camunda.tasklist that return CamundaTaskListClientBuilderModifier and TypeMethodDescriptionCamundaTaskListClientBuilder.alwaysReconnect()Deprecated, for removal: This API element is subject to removal in a future version.CamundaTaskListClientBuilder.apiVersion(CamundaTasklistClientConfiguration.ApiVersion apiVersion) Deprecated.CamundaTaskListClientBuilder.authentication(Authentication authentication) Deprecated.static CamundaTaskListClientBuilderCamundaTaskListClient.builder()Deprecated.CamundaTaskListClientBuilder.camundaClient(io.camunda.client.CamundaClient camundaClient) Deprecated.CamundaTaskListClientBuilder.cookieExpiration(Duration cookieExpiration) Deprecated, for removal: This API element is subject to removal in a future version.CamundaTaskListClientBuilder.saaSAuthentication(String clientId, String clientSecret) Deprecated.CamundaTaskListClientBuilder.selfManagedAuthentication(String clientId, String clientSecret, String keycloakUrl) Deprecated.CamundaTaskListClientBuilder.selfManagedAuthentication(String clientId, String clientSecret, String audience, String keycloakUrl) Deprecated.CamundaTaskListClientBuilder.selfManagedAuthentication(String clientId, String clientSecret, String audience, String scope, String authUrl) Deprecated.CamundaTaskListClientBuilder.shouldLoadTruncatedVariables()Deprecated.CamundaTaskListClientBuilder.shouldReturnVariables()Deprecated.Default behaviour will be to get variables along with tasks.CamundaTaskListClientBuilder.taskListUrl(String taskListUrl) Deprecated.CamundaTaskListClientBuilder.taskListUrl(URL taskListUrl) Deprecated.CamundaTaskListClientBuilder.useCamundaUserTasks()Deprecated.Enable when using zeebe user tasks (only relevant for >8.5).CamundaTaskListClientBuilder.useZeebeUserTasks()Deprecated, for removal: This API element is subject to removal in a future version.CamundaTaskListClientBuilder.zeebeClient(io.camunda.client.CamundaClient camundaClient) Deprecated, for removal: This API element is subject to removal in a future version.