Uses of Interface
org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner
-
Packages that use ProcessRunner.ExecutableRunner Package Description org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.run -
-
Uses of ProcessRunner.ExecutableRunner in org.camunda.bpm.scenario.impl
Classes in org.camunda.bpm.scenario.impl that implement ProcessRunner.ExecutableRunner Modifier and Type Class Description classMockedProcessRunnerImplclassProcessRunnerImplMethods in org.camunda.bpm.scenario.impl that return ProcessRunner.ExecutableRunner Modifier and Type Method Description ProcessRunner.ExecutableRunnerProcessRunnerImpl. engine(org.camunda.bpm.engine.ProcessEngine processEngine) -
Uses of ProcessRunner.ExecutableRunner in org.camunda.bpm.scenario.run
Subinterfaces of ProcessRunner.ExecutableRunner in org.camunda.bpm.scenario.run Modifier and Type Interface Description static interfaceProcessRunner.ExecutableRunner.StartingByKeystatic interfaceProcessRunner.ExecutableRunner.StartingByMessagestatic interfaceProcessRunner.ExecutableRunner.StartingByStarterMethods in org.camunda.bpm.scenario.run that return ProcessRunner.ExecutableRunner Modifier and Type Method Description ProcessRunner.ExecutableRunnerProcessRunner.ExecutableRunner. engine(org.camunda.bpm.engine.ProcessEngine processEngine)Provide a custom process engine to the scenario run.
-