Uses of Interface
io.camunda.client.api.command.CompleteJobCommandStep1.CompleteJobCommandStep2
Packages that use CompleteJobCommandStep1.CompleteJobCommandStep2
-
Uses of CompleteJobCommandStep1.CompleteJobCommandStep2 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CompleteJobCommandStep1.CompleteJobCommandStep2Modifier and TypeMethodDescriptionCompleteJobCommandStep1.CompleteJobCommandStep2.correct(JobResultCorrections corrections) Applies corrections to the user task attributes.CompleteJobCommandStep1.CompleteJobCommandStep2.correct(UnaryOperator<JobResultCorrections> corrections) Dynamically applies corrections to the user task attributes using a lambda expression.CompleteJobCommandStep1.CompleteJobCommandStep2.correctAssignee(String assignee) Correct the assignee of the task.CompleteJobCommandStep1.CompleteJobCommandStep2.correctCandidateGroups(List<String> candidateGroups) Correct the candidate groups of the task.CompleteJobCommandStep1.CompleteJobCommandStep2.correctCandidateUsers(List<String> candidateUsers) Correct the candidate users of the task.CompleteJobCommandStep1.CompleteJobCommandStep2.correctDueDate(String dueDate) Correct the due date of the task.CompleteJobCommandStep1.CompleteJobCommandStep2.correctFollowUpDate(String followUpDate) Correct the follow up date of the task.CompleteJobCommandStep1.CompleteJobCommandStep2.correctPriority(Integer priority) Correct the priority of the task.CompleteJobCommandStep1.CompleteJobCommandStep2.deniedReason(String deniedReason) Indicates the reason why the worker denied the work.CompleteJobCommandStep1.CompleteJobCommandStep2.deny(boolean isDenied) Indicates whether the worker denies the work, i.e. explicitly doesn't approve it.Indicates whether the worker denies the work, i.e. explicitly doesn't approve it and provides the reason to deny.CompleteJobCommandStep1.withResult()Initializes the job result to allow corrections or a denial to be configured. -
Uses of CompleteJobCommandStep1.CompleteJobCommandStep2 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CompleteJobCommandStep1.CompleteJobCommandStep2Methods in io.camunda.client.impl.command that return CompleteJobCommandStep1.CompleteJobCommandStep2Modifier and TypeMethodDescriptionCompleteJobCommandImpl.correct(JobResultCorrections corrections) CompleteJobCommandImpl.correct(UnaryOperator<JobResultCorrections> corrections) CompleteJobCommandImpl.correctAssignee(String assignee) CompleteJobCommandImpl.correctCandidateGroups(List<String> candidateGroups) CompleteJobCommandImpl.correctCandidateUsers(List<String> candidateUsers) CompleteJobCommandImpl.correctDueDate(String dueDate) CompleteJobCommandImpl.correctFollowUpDate(String followUpDate) CompleteJobCommandImpl.correctPriority(Integer priority) CompleteJobCommandImpl.deniedReason(String deniedReason) CompleteJobCommandImpl.deny(boolean isDenied) CompleteJobCommandImpl.withResult()