Package io.camunda.client.api.command
Class JobResultCorrections
java.lang.Object
io.camunda.client.api.command.JobResultCorrections
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCorrect the assignee of the task.candidateGroups(List<String> candidateGroups) Correct the candidate groups of the task.candidateUsers(List<String> candidateUsers) Correct the candidate users of the task.Clear the due date of the task, removing any previously set value.Clear the follow up date of the task, removing any previously set value.Correct the due date of the task.dueDate(OffsetDateTime dueDate) Correct the due date of the task.followUpDate(String followUpDate) Correct the follow up date of the task.followUpDate(OffsetDateTime followUpDate) Correct the follow up date of the task.Correct the priority of the task.
-
Constructor Details
-
JobResultCorrections
public JobResultCorrections()
-
-
Method Details
-
assignee
Correct the assignee of the task.- Parameters:
assignee- assignee of the task- Returns:
- this corrections
-
dueDate
Correct the due date of the task.- Parameters:
dueDate- due date of the task- Returns:
- this corrections
-
dueDate
Correct the due date of the task.- Parameters:
dueDate- due date of the task- Returns:
- this corrections
-
clearDueDate
Clear the due date of the task, removing any previously set value.- Returns:
- this corrections
-
followUpDate
Correct the follow up date of the task.- Parameters:
followUpDate- follow up date of the task- Returns:
- this corrections
-
followUpDate
Correct the follow up date of the task.- Parameters:
followUpDate- follow up date of the task- Returns:
- this corrections
-
clearFollowUpDate
Clear the follow up date of the task, removing any previously set value.- Returns:
- this corrections
-
candidateGroups
Correct the candidate groups of the task.- Parameters:
candidateGroups- candidate groups of the task- Returns:
- this corrections
-
candidateUsers
Correct the candidate users of the task.- Parameters:
candidateUsers- candidate users of the task- Returns:
- this corrections
-
priority
Correct the priority of the task.- Parameters:
priority- priority of the task- Returns:
- this corrections
-
getAssignee
-
getDueDate
-
getFollowUpDate
-
getCandidateGroups
-
getCandidateUsers
-
getPriority
-