Uses of Interface
org.camunda.bpm.scenario.ProcessScenario
-
Packages that use ProcessScenario Package Description org.camunda.bpm.scenario org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.impl.waitstate org.camunda.bpm.scenario.run -
-
Uses of ProcessScenario in org.camunda.bpm.scenario
Methods in org.camunda.bpm.scenario with parameters of type ProcessScenario Modifier and Type Method Description abstract org.camunda.bpm.engine.runtime.ProcessInstanceScenario. instance(ProcessScenario scenario)Retrieve the process instance run by the scenario provided as parameter.abstract List<org.camunda.bpm.engine.runtime.ProcessInstance>Scenario. instances(ProcessScenario scenario)Retrieve the process instances run by the scenario provided as parameter.static ProcessRunner.StartableRunnerScenario. run(ProcessScenario scenario)Run a new process instance by means of the scenario interface provided as parameter.static ProcessRunnerScenario. use(ProcessScenario scenario)Integrate an existing process instance (e.g. -
Uses of ProcessScenario in org.camunda.bpm.scenario.impl
Methods in org.camunda.bpm.scenario.impl with parameters of type ProcessScenario Modifier and Type Method Description protected abstract ActionWaitstateExecutable. action(ProcessScenario scenario)org.camunda.bpm.engine.runtime.ProcessInstanceScenarioImpl. instance(ProcessScenario scenario)List<org.camunda.bpm.engine.runtime.ProcessInstance>ScenarioImpl. instances(ProcessScenario scenario)ProcessRunner.StartableRunnerProcessRunnerImpl. run(ProcessScenario scenario)Constructors in org.camunda.bpm.scenario.impl with parameters of type ProcessScenario Constructor Description ProcessRunnerImpl(ScenarioImpl scenarioExecutor, ProcessScenario scenario)ScenarioImpl(ProcessScenario scenario) -
Uses of ProcessScenario in org.camunda.bpm.scenario.impl.waitstate
Methods in org.camunda.bpm.scenario.impl.waitstate with parameters of type ProcessScenario Modifier and Type Method Description protected ActionBusinessRuleTaskExecutable. action(ProcessScenario scenario)protected Action<ProcessInstanceDelegate>CallActivityExecutable. action(ProcessScenario scenario)protected ActionConditionalIntermediateEventExecutable. action(ProcessScenario scenario)protected Action<EventBasedGatewayDelegate>EventBasedGatewayExecutable. action(ProcessScenario scenario)protected Action<IgnoredExecutable>IgnoredExecutable. action(ProcessScenario scenario)protected Action<ExternalTaskDelegate>MessageEndEventExecutable. action(ProcessScenario scenario)protected Action<EventSubscriptionDelegate>MessageIntermediateCatchEventExecutable. action(ProcessScenario scenario)protected Action<ExternalTaskDelegate>MessageIntermediateThrowEventExecutable. action(ProcessScenario scenario)protected Action<EventSubscriptionDelegate>ReceiveTaskExecutable. action(ProcessScenario scenario)protected ActionSendTaskExecutable. action(ProcessScenario scenario)protected ActionServiceTaskExecutable. action(ProcessScenario scenario)protected Action<EventSubscriptionDelegate>SignalIntermediateCatchEventExecutable. action(ProcessScenario scenario)protected ActionTimerIntermediateEventExecutable. action(ProcessScenario scenario)protected ActionUserTaskExecutable. action(ProcessScenario scenario) -
Uses of ProcessScenario in org.camunda.bpm.scenario.run
Methods in org.camunda.bpm.scenario.run with parameters of type ProcessScenario Modifier and Type Method Description ProcessRunner.StartableRunnerProcessRunner.ExecutableRunner. run(ProcessScenario scenario)Run another new process instance by means of the scenario interface provided as parameter.
-