Uses of Interface
org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner.StartingByStarter
-
Packages that use ProcessRunner.ExecutableRunner.StartingByStarter Package Description org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.run -
-
Uses of ProcessRunner.ExecutableRunner.StartingByStarter in org.camunda.bpm.scenario.impl
Classes in org.camunda.bpm.scenario.impl that implement ProcessRunner.ExecutableRunner.StartingByStarter Modifier and Type Class Description classMockedProcessRunnerImplclassProcessRunnerImplMethods in org.camunda.bpm.scenario.impl that return ProcessRunner.ExecutableRunner.StartingByStarter Modifier and Type Method Description ProcessRunner.ExecutableRunner.StartingByStarterProcessRunnerImpl. startBy(ProcessStarter scenarioStarter) -
Uses of ProcessRunner.ExecutableRunner.StartingByStarter in org.camunda.bpm.scenario.run
Methods in org.camunda.bpm.scenario.run that return ProcessRunner.ExecutableRunner.StartingByStarter Modifier and Type Method Description ProcessRunner.ExecutableRunner.StartingByStarterProcessRunner.StartableRunner. startBy(ProcessStarter starter)Start the new process instance by means of custom code.
-