@Repository public class RepositoryMetadataDAOImpl extends Object implements RepositoryMetadataDAO
Constructor and Description |
---|
RepositoryMetadataDAOImpl(MetadataMapper metadataMapper)
Instantiates a new Repository metadata dao.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getConnectionsForScenario(String scenarioExecutionId)
Get connections that were used in a passed scenario 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
|
@Autowired public RepositoryMetadataDAOImpl(MetadataMapper metadataMapper)
metadataMapper
- the metadata mapperpublic List<String> getDistinctApplications()
getDistinctApplications
in interface RepositoryMetadataDAO
public List<DistinctErrorType> getDistinctErrorTypes(Filter filter)
RepositoryMetadataDAO
getDistinctErrorTypes
in interface RepositoryMetadataDAO
filter
- request filterpublic List<String> getDistinctCategories(Filter filter)
RepositoryMetadataDAO
getDistinctCategories
in interface RepositoryMetadataDAO
filter
- request filterpublic List<String> getConnectionsForScenario(String scenarioExecutionId)
RepositoryMetadataDAO
getConnectionsForScenario
in interface RepositoryMetadataDAO
scenarioExecutionId
- scenario execution idCopyright © 2020. All rights reserved.