public interface ScenarioExecutionsMapper
Modifier and Type | Method and Description |
---|---|
Long |
deleteScenarioExecution(String scenarioExecutionId)
Delete a scenario execution
|
List<ScenarioExecution> |
getAllScenarioExecutions(String workflowExecutionId)
Lists all scenario executions for a given workflow execution ID.
|
ScenarioExecution |
getScenarioById(String scenarioId)
Queries scenario by its execution id
|
Long |
insertScenarioExecution(ScenarioExecution scenarioExecution)
Persists a new scenario execution
|
List<ScenarioExecution> getAllScenarioExecutions(@Param(value="workflowExecutionId") String workflowExecutionId)
workflowExecutionId
- ID of the workflow executionLong deleteScenarioExecution(@Param(value="scenarioExecutionId") String scenarioExecutionId)
scenarioExecutionId
- id of the scenario executionLong insertScenarioExecution(ScenarioExecution scenarioExecution)
scenarioExecution
- scenario execution that should be persistedScenarioExecution getScenarioById(String scenarioId)
scenarioId
- id of the queried scenarioCopyright © 2020. All rights reserved.