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