Uses of Class
org.camunda.community.bpmndt.api.CallActivityHandler
Packages that use CallActivityHandler
-
Uses of CallActivityHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return CallActivityHandlerModifier and TypeMethodDescriptionCallActivityHandler.customize(Consumer<CallActivityHandler> customizer) Customizes the handler, using the givenConsumerfunction.CallActivityHandler.simulateVariable(String name, Object value) Sets a variable to simulate the results of a called sub process execution.CallActivityHandler.simulateVariableMap(Map<String, Object> variableMap) Sets variables to simulate the results of a called sub process execution.CallActivityHandler.simulateVariables(Object variables) Sets an object as variables to simulate the results of a called sub process execution.CallActivityHandler.verify(Consumer<io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert> verifier) Verifies the call activity's waiting state.CallActivityHandler.verifyInput(Consumer<io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert> inputVerifier) Verifies the call activity's input propagation, which parent variables have been propagated to the child process instance.CallActivityHandler.verifyOutput(Consumer<io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert> outputVerifier) Verifies the call activity's output propagation - which child variables have been propagated to the parent process instance.CallActivityHandler.verifyProcessId(String expectedProcessId) Verifies that the call activity called a process with a specific ID.CallActivityHandler.verifyProcessId(Consumer<String> processIdConsumer) Verifies that the call activity called a process with a specific ID, using a consumer.CallActivityHandler.verifyProcessIdExpression(Consumer<String> processIdExpressionConsumer) Verifies that the call activity has a specific process ID FEEL expression (see "Called element" section), using a consumer function.CallActivityHandler.verifyPropagateAllChildVariables(Boolean expectedPropagateAllChildVariables) Verifies if the call activity has the propagation of all child variables enabled (see "Output propagation" section).CallActivityHandler.verifyPropagateAllParentVariables(Boolean expectedPropagateAllParentVariables) Verifies if the call activity has the propagation of all parent variables enabled (see "Input propagation" section).CallActivityHandler.withErrorCode(String errorCode) Sets the error code for ending the called process instance with an error end event, propagating the given code.CallActivityHandler.withEscalationCode(String escalationCode) Sets the escalation code for ending the called process instance with an escalation end event, propagating the given code.Methods in org.camunda.community.bpmndt.api with parameters of type CallActivityHandlerModifier and TypeMethodDescriptionvoidTestCaseInstance.apply(long flowScopeKey, CallActivityHandler handler) Method parameters in org.camunda.community.bpmndt.api with type arguments of type CallActivityHandlerModifier and TypeMethodDescriptionCallActivityHandler.customize(Consumer<CallActivityHandler> customizer) Customizes the handler, using the givenConsumerfunction.