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<ContextFactorDTO> |
ExternalElementsDTO.contextFactors |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<ContextFactorDTO> |
ExternalElementRestController.getContextFactorDTO(java.lang.String id,
java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
ContextFactorDTO |
ExternalElementsGetterController.getContextFactorByPointerBus(PointerBus pointerBus) |
Modifier and Type | Method and Description |
---|---|
ContextFactorDTO |
ExternalElementsGetterInterface.getContextFactorByPointerBus(PointerBus pointerBus) |