public interface MetadataMapper
Modifier and Type | Method and Description |
---|---|
List<String> |
getConnectionsForScenario(String scenarioExecutionId)
Queries all scenario executions for a given workflow execution
|
List<String> |
getDistinctApplications() |
List<String> |
getDistinctCategories(Filter filter)
Distinct categories stored in the repo
|
List<DistinctErrorType> |
getDistinctErrorTypes(Filter filter)
Distinct error types fitting a passed filter
|
List<String> getConnectionsForScenario(@Param(value="scenarioExecutionId") String scenarioExecutionId)
scenarioExecutionId
- scenario execution idList<String> getDistinctApplications()
List<String> getDistinctCategories(@Param(value="filter") Filter filter)
filter
- request filterList<DistinctErrorType> getDistinctErrorTypes(@Param(value="filter") Filter filter)
filter
- request filterCopyright © 2020. All rights reserved.