Package | Description |
---|---|
metricapp.rest |
This package contains the Rest Controllers.
|
metricapp.service.controller |
Controller package contains logic and business controllers
|
metricapp.service.repository |
Repository package contains direct implementation of repositories.
|
Modifier and Type | Field and Description |
---|---|
(package private) BusApprovedElementInterface |
MetricRestController.busApprovedElementRepository |
Modifier and Type | Field and Description |
---|---|
private BusApprovedElementInterface |
QuestionCRUDController.busApprovedElementRepository |
private BusApprovedElementInterface |
MetricCRUDController.busApprovedElementRepository |
Modifier and Type | Class and Description |
---|---|
class |
BusApprovedElementRepository
This repository offers method to send and grab our Elements to and from BUS.
|
Modifier and Type | Field and Description |
---|---|
private BusApprovedElementInterface |
ExternalElementsRepository.busApprovedElementRepository |