Package | Description |
---|---|
metricapp.service.repository |
Repository package contains direct implementation of repositories.
|
metricapp.service.spec.repository |
Modifier and Type | Method and Description |
---|---|
InstanceProject |
ExternalElementsRepository.getInstanceProjectByIdAndVersion(java.lang.String id,
java.lang.String version)
* this is the simple method to grab an instance project, version value could be null (last version is received)
|
Modifier and Type | Method and Description |
---|---|
InstanceProject |
ExternalElementsRepositoryInterface.getInstanceProjectByIdAndVersion(java.lang.String id,
java.lang.String version) |