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(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert, org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert> verifier) Verifies the user task's waiting state.UserTaskHandler.withErrorMessage(String errorMessage) Sets the error message, which is used when the next activity is an error boundary event - in this case the handler's action ishandleBpmnError.UserTaskHandler.withVariable(String name, Object value) Sets a variable, which is passed to the execution when a predefined behavior (complete,handleBpmnError, orhandleEscalation) is used.UserTaskHandler.withVariables(Map<String, Object> variables) Sets variables, which are passed to the execution when a predefined behavior (complete,handleBpmnError, orhandleEscalation) is used.UserTaskHandler.withVariableTyped(String name, org.camunda.bpm.engine.variable.value.TypedValue value) Sets a typed variable, which is passed to the execution when a predefined behavior (complete,handleBpmnError, orhandleEscalation) is used.Methods in org.camunda.community.bpmndt.api with parameters of type UserTaskHandlerMethod 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.