Uses of Class
org.camunda.community.bpmndt.api.UserTaskHandler
Packages that use UserTaskHandler
-
Uses of UserTaskHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return UserTaskHandlerModifier and TypeMethodDescriptionUserTaskHandler.customize(Consumer<UserTaskHandler> customizer) Customizes the handler, using the givenConsumerfunction.UserTaskHandler.verify(Consumer<io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert> verifier) Verifies the user task's waiting state.UserTaskHandler.verifyAssignee(String expectedAssignee) Verifies that the user task has a specific assignee.UserTaskHandler.verifyAssignee(Consumer<String> assigneeConsumer) Verifies that the user task has a specific assignee, using a consumer.UserTaskHandler.verifyAssigneeExpression(Consumer<String> assigneeExpressionConsumer) Verifies that the user task has a specific assignee FEEL expression (see "Assignment" section), using a consumer function.UserTaskHandler.verifyCandidateGroups(Consumer<List<String>> candidateGroupsConsumer) Verifies that the user task has specific candidate groups, using a consumer.UserTaskHandler.verifyCandidateGroups(List<String> expectedCandidateGroups) Verifies that the user task has specific candidate groups.UserTaskHandler.verifyCandidateGroupsExpression(Consumer<String> candidateGroupsExpressionConsumer) Verifies that the user task has specific candidate groups FEEL expression (see "Assignment" section), using a consumer function.UserTaskHandler.verifyCandidateUsers(Consumer<List<String>> candidateUsersConsumer) Verifies that the user task has specific candidate users, using a consumer.UserTaskHandler.verifyCandidateUsers(List<String> expectedCandidateUsers) Verifies that the user task has specific candidate users.UserTaskHandler.verifyCandidateUsersExpression(Consumer<String> candidateUsersExpressionConsumer) Verifies that the user task has specific candidate users FEEL expression (see "Assignment" section), using a consumer function.UserTaskHandler.verifyDueDate(Consumer<String> dueDateConsumer) Verifies that the user task has a specific due date, using a consumer.UserTaskHandler.verifyDueDateExpression(Consumer<String> dueDateExpressionConsumer) Verifies that the user task has a specific due date FEEL expression (see "Assignment" section), using a consumer function.UserTaskHandler.verifyFollowUpDate(Consumer<String> followUpDateConsumer) Verifies that the user task has a specific follow-up date, using a consumer.UserTaskHandler.verifyFollowUpDateExpression(Consumer<String> followUpDateExpressionConsumer) Verifies that the user task has a specific follow-up date FEEL expression (see "Assignment" section), using a consumer function.UserTaskHandler.verifyFormKey(String expectedFormKey) Verifies that the user task has a specific form key (see "Form" section).UserTaskHandler.verifyFormKey(Consumer<String> formKeyConsumer) Verifies that the user task has a specific form key (see "Form" section), using a consumer function.UserTaskHandler.withVariable(String name, Object value) Sets a variable that is used to complete the user task.UserTaskHandler.withVariableMap(Map<String, Object> variableMap) Sets variables that are used to complete the user task.UserTaskHandler.withVariables(Object variables) Sets an object as variables that is used to complete the user task.Methods in org.camunda.community.bpmndt.api with parameters of type UserTaskHandlerModifier and TypeMethodDescriptionvoidTestCaseInstance.apply(long processInstanceKey, UserTaskHandler handler) Method parameters in org.camunda.community.bpmndt.api with type arguments of type UserTaskHandlerModifier and TypeMethodDescriptionUserTaskHandler.customize(Consumer<UserTaskHandler> customizer) Customizes the handler, using the givenConsumerfunction.