Package | Description |
---|---|
metricapp.dto.externalElements | |
metricapp.rest |
This package contains the Rest Controllers.
|
metricapp.service.controller |
Controller package contains logic and business controllers
|
metricapp.service.spec.controller |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<AssumptionDTO> |
ExternalElementsDTO.assumptions |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<AssumptionDTO> |
ExternalElementRestController.getAssumptionDTO(java.lang.String id,
java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
AssumptionDTO |
ExternalElementsGetterController.getAssumptionByPointerBus(PointerBus pointerBus) |
Modifier and Type | Method and Description |
---|---|
AssumptionDTO |
ExternalElementsGetterInterface.getAssumptionByPointerBus(PointerBus pointerBus) |