public interface GroupDataRepository
GroupDataRepository gives access to external data on metrics that is related to a certain metric group.
This data is implementation specific.| Modifier and Type | Method and Description |
|---|---|
Collection<GroupData> |
selectAll(String source,
String group)
Selects
GroupData by source and group. |
Copyright © 2020. All rights reserved.