Uses of Class
io.camunda.client.api.command.JobResultCorrections
Packages that use JobResultCorrections
-
Uses of JobResultCorrections in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return JobResultCorrectionsModifier and TypeMethodDescriptionCorrect the assignee of the task.JobResultCorrections.candidateGroups(List<String> candidateGroups) Correct the candidate groups of the task.JobResultCorrections.candidateUsers(List<String> candidateUsers) Correct the candidate users of the task.Correct the due date of the task.JobResultCorrections.followUpDate(String followUpDate) Correct the follow up date of the task.Correct the priority of the task.Methods in io.camunda.client.api.command with parameters of type JobResultCorrectionsModifier and TypeMethodDescriptionCompleteUserTaskJobResultStep1.correct(JobResultCorrections corrections) Applies corrections to the user task attributes.Method parameters in io.camunda.client.api.command with type arguments of type JobResultCorrectionsModifier and TypeMethodDescriptionCompleteUserTaskJobResultStep1.correct(UnaryOperator<JobResultCorrections> corrections) Dynamically applies corrections to the user task attributes using a lambda expression. -
Uses of JobResultCorrections in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command that return JobResultCorrectionsMethods in io.camunda.client.impl.command with parameters of type JobResultCorrectionsModifier and TypeMethodDescriptionCompleteUserTaskJobResultImpl.correct(JobResultCorrections corrections) Method parameters in io.camunda.client.impl.command with type arguments of type JobResultCorrectionsModifier and TypeMethodDescriptionCompleteUserTaskJobResultImpl.correct(UnaryOperator<JobResultCorrections> corrections)