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.CompleteJobResult.getCorrections()Correct the priority of the task.Methods in io.camunda.client.api.command with parameters of type JobResultCorrectionsModifier and TypeMethodDescriptionCompleteJobCommandStep1.CompleteJobCommandStep2.correct(JobResultCorrections corrections) Applies corrections to the user task attributes.CompleteJobResult.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 TypeMethodDescriptionCompleteJobCommandStep1.CompleteJobCommandStep2.correct(UnaryOperator<JobResultCorrections> corrections) Dynamically applies corrections to the user task attributes using a lambda expression.CompleteJobResult.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 with parameters of type JobResultCorrectionsModifier and TypeMethodDescriptionCompleteJobCommandImpl.correct(JobResultCorrections corrections) Method parameters in io.camunda.client.impl.command with type arguments of type JobResultCorrectionsModifier and TypeMethodDescriptionCompleteJobCommandImpl.correct(UnaryOperator<JobResultCorrections> corrections)