Uses of Interface
io.camunda.zeebe.client.api.command.UpdateUserTaskCommandStep1
Packages that use UpdateUserTaskCommandStep1
Package
Description
-
Uses of UpdateUserTaskCommandStep1 in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return UpdateUserTaskCommandStep1Modifier and TypeMethodDescriptionZeebeClient.newUserTaskUpdateCommand(long userTaskKey) Command to update a user task. -
Uses of UpdateUserTaskCommandStep1 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return UpdateUserTaskCommandStep1Modifier and TypeMethodDescriptionSet the custom action to update the user task with.UpdateUserTaskCommandStep1.candidateGroups(String... candidateGroups) Set the candidate groups to set in the user task.UpdateUserTaskCommandStep1.candidateGroups(List<String> candidateGroups) Set the candidate groups to set in the user task.UpdateUserTaskCommandStep1.candidateUsers(String... candidateUsers) Set the candidate users to set in the user task.UpdateUserTaskCommandStep1.candidateUsers(List<String> candidateUsers) Set the candidate users to set in the user task.UpdateUserTaskCommandStep1.clearCandidateGroups()Remove the candidate groups from the user task.UpdateUserTaskCommandStep1.clearCandidateUsers()Remove the candidate users from the user task.UpdateUserTaskCommandStep1.clearDueDate()Clear the due date in the user task.UpdateUserTaskCommandStep1.clearFollowUpDate()Clear the follow-up date in the user task.Set the due date to set in the user task.UpdateUserTaskCommandStep1.followUpDate(String followUpDate) Set the follow-up date to set in the user task. -
Uses of UpdateUserTaskCommandStep1 in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return UpdateUserTaskCommandStep1 -
Uses of UpdateUserTaskCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement UpdateUserTaskCommandStep1Methods in io.camunda.zeebe.client.impl.command that return UpdateUserTaskCommandStep1Modifier and TypeMethodDescriptionUpdateUserTaskCommandImpl.candidateGroups(String... candidateGroups) UpdateUserTaskCommandImpl.candidateGroups(List<String> candidateGroups) UpdateUserTaskCommandImpl.candidateUsers(String... candidateUsers) UpdateUserTaskCommandImpl.candidateUsers(List<String> candidateUsers) UpdateUserTaskCommandImpl.clearCandidateGroups()UpdateUserTaskCommandImpl.clearCandidateUsers()UpdateUserTaskCommandImpl.clearDueDate()UpdateUserTaskCommandImpl.clearFollowUpDate()UpdateUserTaskCommandImpl.followUpDate(String followUpDate)