Package | Description |
---|---|
metricapp.service.repository |
Repository package contains direct implementation of repositories.
|
metricapp.service.spec.repository |
Modifier and Type | Method and Description |
---|---|
Assumption |
ExternalElementsRepository.getAssumptionByIdAndVersion(java.lang.String id,
java.lang.String version)
this is the simple method to grab an assumption, version value could be null (last version is received)
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Assumption> |
ExternalElementsRepository.getAssumptionsByIdList(java.util.List<java.lang.String> list)
this method is a loop of version and id getter.
|
java.util.ArrayList<Assumption> |
ExternalElementsRepository.getAssumptionsByPointerBusList(java.util.List<PointerBus> list)
this method is a loop of version and id getter.If there's an error, function returns empty List
|
java.util.ArrayList<Assumption> |
ExternalElementsRepository.getAssumptionsByTags(java.util.List<java.lang.String> tags) |
Modifier and Type | Method and Description |
---|---|
Assumption |
ExternalElementsRepositoryInterface.getAssumptionByIdAndVersion(java.lang.String id,
java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Assumption> |
ExternalElementsRepositoryInterface.getAssumptionsByIdList(java.util.List<java.lang.String> list) |
java.util.ArrayList<Assumption> |
ExternalElementsRepositoryInterface.getAssumptionsByPointerBusList(java.util.List<PointerBus> list) |
java.util.ArrayList<Assumption> |
ExternalElementsRepositoryInterface.getAssumptionsByTags(java.util.List<java.lang.String> tags) |