Uses of Interface
org.camunda.bpm.scenario.run.Runner
-
Packages that use Runner Package Description org.camunda.bpm.scenario org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.run -
-
Uses of Runner in org.camunda.bpm.scenario
Methods in org.camunda.bpm.scenario that return Runner Modifier and Type Method Description RunnerProcessScenario. runsCallActivity(String activityId)By implementing - or stubbing/mocking - this method, you define what should be done when the process runs the call activity with the activity id provided. -
Uses of Runner in org.camunda.bpm.scenario.impl
Classes in org.camunda.bpm.scenario.impl that implement Runner Modifier and Type Class Description classAbstractRunnerclassMockedProcessRunnerImplclassProcessRunnerImpl -
Uses of Runner in org.camunda.bpm.scenario.run
Subinterfaces of Runner in org.camunda.bpm.scenario.run Modifier and Type Interface Description interfaceProcessRunner
-