Uses of Class
org.camunda.automator.definition.Scenario
Packages that use Scenario
Package
Description
-
Uses of Scenario in org.camunda.automator
Methods in org.camunda.automator that return ScenarioModifier and TypeMethodDescriptionAutomatorAPI.createScenario()Create an empty scenario.AutomatorAPI.loadFromFile(File scenarioFile) Load the scenario from a fileAutomatorAPI.loadFromInputStream(InputStream scenarioInputStream, String origin) Create from an input Stream.Methods in org.camunda.automator with parameters of type ScenarioModifier and TypeMethodDescriptionAutomatorAPI.deployProcess(BpmnEngine bpmnEngine, RunParameters runParameters, Scenario scenario) Deploy a process, bpmEngine is given by the callerAutomatorAPI.executeScenario(BpmnEngine bpmnEngine, RunParameters runParameters, Scenario scenario) Execute a scenarioAutomatorAPI.getBpmnEngineFromScenario(Scenario scenario, ConfigurationBpmEngine engineConfiguration) Search the engine from the scenario -
Uses of Scenario in org.camunda.automator.definition
Methods in org.camunda.automator.definition that return ScenarioModifier and TypeMethodDescriptionScenario.addExecution(ScenarioExecution scnExecution) Add a new executionstatic ScenarioScenario.createFromFile(File scenarioFile) static ScenarioScenario.createFromInputStream(InputStream scenarioInput, String origin) Load the scenario from a Filestatic ScenarioScenario.createFromJson(String jsonContent) ScenarioExecution.getScnHead()Scenario.setProcessId(String processId) Methods in org.camunda.automator.definition with parameters of type ScenarioModifier and TypeMethodDescriptionvoidScenarioExecution.afterUnSerialize(Scenario scnHead) After UnSerialize, all link to parent are not restoredstatic ScenarioExecutionScenarioExecution.createExecution(Scenario scnHead) Constructors in org.camunda.automator.definition with parameters of type ScenarioModifierConstructorDescriptionprotectedScenarioExecution(Scenario scenario) Note: when the object is un-serialized from JSON, scnHead is null -
Uses of Scenario in org.camunda.automator.engine
Methods in org.camunda.automator.engine that return ScenarioConstructors in org.camunda.automator.engine with parameters of type ScenarioModifierConstructorDescriptionRunScenario(Scenario scenario, BpmnEngine bpmnEngine, RunParameters runParameters, ServiceAccess serviceAccess)