Modifier and Type | Method and Description |
---|---|
Optional<ScenarioExecution> |
ScenarioExecutionDAO.find(String scenarioExecutionId)
Finds execution by given execution ID.
|
List<ScenarioExecution> |
ScenarioExecutionDAO.getAllFor(String workflowExecutionId)
Lists all scenario executions for a given workflow execution ID.
|
Modifier and Type | Method and Description |
---|---|
Long |
ScenarioExecutionDAO.save(ScenarioExecution scenarioExecution)
Persists a new scenario execution
|
Modifier and Type | Method and Description |
---|---|
Optional<ScenarioExecution> |
ScenarioExecutionDAOImpl.find(String scenarioExecutionId) |
List<ScenarioExecution> |
ScenarioExecutionDAOImpl.getAllFor(String workflowExecutionId) |
Modifier and Type | Method and Description |
---|---|
Long |
ScenarioExecutionDAOImpl.save(ScenarioExecution scenarioExecution) |
Modifier and Type | Method and Description |
---|---|
ScenarioExecution |
ScenarioExecutionsMapper.getScenarioById(String scenarioId)
Queries scenario by its execution id
|
Modifier and Type | Method and Description |
---|---|
List<ScenarioExecution> |
ScenarioExecutionsMapper.getAllScenarioExecutions(String workflowExecutionId)
Lists all scenario executions for a given workflow execution ID.
|
Modifier and Type | Method and Description |
---|---|
Long |
ScenarioExecutionsMapper.insertScenarioExecution(ScenarioExecution scenarioExecution)
Persists a new scenario execution
|
Copyright © 2020. All rights reserved.