Package | Description |
---|---|
metricapp.service.repository |
Repository package contains direct implementation of repositories.
|
metricapp.service.spec.repository |
Modifier and Type | Method and Description |
---|---|
RichPointerBus |
BusApprovedElementRepository.fromElementToRichPointerBus(Element element)
This method maps Element to RichPointerBus to send it to bus, with a create or a update.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
BusRepository.create(RichPointerBus pointerBus)
this method permits to interact with the bus through a create request.
|
Element |
BusApprovedElementRepository.fromRichPointerBusToElement(RichPointerBus pointer)
this method gets from RichPointerBus, typically received from the bus after an Update or a create action,
and maps it to an Element like MeasurementGoal, Metric, Question.
|
java.util.ArrayList<java.lang.String> |
BusRepository.update(RichPointerBus pointerBus)
this method permits to interact with the bus through a update request.
|
Modifier and Type | Method and Description |
---|---|
RichPointerBus |
BusApprovedElementInterface.fromElementToRichPointerBus(Element element) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
BusInterface.create(RichPointerBus pointerBus) |
Element |
BusApprovedElementInterface.fromRichPointerBusToElement(RichPointerBus pointer) |
java.util.ArrayList<java.lang.String> |
BusInterface.update(RichPointerBus pointerBus) |