Uses of Class
org.camunda.community.bpmndt.api.ReceiveTaskHandler
Packages that use ReceiveTaskHandler
-
Uses of ReceiveTaskHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return ReceiveTaskHandlerModifier and TypeMethodDescriptionReceiveTaskHandler.customize(Consumer<ReceiveTaskHandler> customizer) Customizes the handler, using the givenConsumerfunction.ReceiveTaskHandler.verify(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert, org.camunda.bpm.engine.runtime.EventSubscription> verifier) Verifies the receive task's waiting state.ReceiveTaskHandler.withVariable(String name, Object value) Sets a variable, which is passed to the execution when the default behavior is used.ReceiveTaskHandler.withVariables(Map<String, Object> variables) Sets variables, which are passed to the execution when the default behavior is used.ReceiveTaskHandler.withVariableTyped(String name, org.camunda.bpm.engine.variable.value.TypedValue value) Sets a typed variable, which is passed to the execution when the default behavior is used.Methods in org.camunda.community.bpmndt.api with parameters of type ReceiveTaskHandlerMethod parameters in org.camunda.community.bpmndt.api with type arguments of type ReceiveTaskHandlerModifier and TypeMethodDescriptionReceiveTaskHandler.customize(Consumer<ReceiveTaskHandler> customizer) Customizes the handler, using the givenConsumerfunction.