Package | Description |
---|---|
metricapp.dto.measurementGoal | |
metricapp.entity.external | |
metricapp.entity.measurementGoal | |
metricapp.service.controller |
Controller package contains logic and business controllers
|
metricapp.service.repository |
Repository package contains direct implementation of repositories.
|
metricapp.service.spec.controller | |
metricapp.service.spec.repository | |
metricapp.utility |
Modifier and Type | Field and Description |
---|---|
PointerBus |
MeasurementGoalDTO.OrganizationalGoalId |
Modifier and Type | Field and Description |
---|---|
java.util.List<PointerBus> |
MeasurementGoalDTO.assumptions |
java.util.List<PointerBus> |
MeasurementGoalDTO.contextFactors |
java.util.List<PointerBus> |
MeasurementGoalDTO.metrics |
java.util.List<PointerBus> |
MeasurementGoalDTO.questions |
Modifier and Type | Class and Description |
---|---|
class |
NotificationPointerBus |
class |
RichPointerBus
This pointer extends PointerBus, it's used in update and create requests and responses from and to the Bus.
|
Modifier and Type | Field and Description |
---|---|
private PointerBus |
MeasurementGoal.organizationalGoalId |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PointerBus> |
MeasurementGoal.assumptions |
private java.util.List<PointerBus> |
MeasurementGoal.contextFactors |
private java.util.List<PointerBus> |
MeasurementGoal.metrics |
private java.util.List<PointerBus> |
MeasurementGoal.questions |
Modifier and Type | Method and Description |
---|---|
AssumptionDTO |
ExternalElementsGetterController.getAssumptionByPointerBus(PointerBus pointerBus) |
ContextFactorDTO |
ExternalElementsGetterController.getContextFactorByPointerBus(PointerBus pointerBus) |
InstanceProjectDTO |
ExternalElementsGetterController.getInstanceProjectByPointerBus(PointerBus pointerBus) |
OrganizationalGoalDTO |
ExternalElementsGetterController.getOrganizationalGoalByPointerBus(PointerBus pointerBus) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MetricDTO> |
MetricCRUDController.getMetricsByPointerBusList(java.util.List<PointerBus> list) |
java.util.ArrayList<QuestionDTO> |
QuestionCRUDController.getQuestionsByPointerBusList(java.util.List<PointerBus> list) |
Modifier and Type | Method and Description |
---|---|
PointerBus |
ExternalElementsRepository.fromNotificationToPointerBus(NotificationPointerBus notification) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
BusRepository.delete(PointerBus pointerBus)
this method permits to interact with the bus through a delete request.
|
private java.util.ArrayList<java.lang.String> |
BusRepository.fillContent(java.lang.String field1,
PointerBus field2)
Simple function to create and fill the content array.
|
<T extends Element> |
BusApprovedElementRepository.getApprovedElement(PointerBus pointerBus,
java.lang.Class<T> clazz)
This function gathers Elements like MeasurementGoal, Metric and Question from the bus.
|
<T extends Element> |
BusApprovedElementRepository.getApprovedElements(PointerBus pointerBus,
java.lang.Class<T> clazz)
This function gathers an Array of Elements like MeasurementGoal, Metric and Question from the bus.
|
private java.lang.String |
BusRepository.phaseOfPointerPayload(PointerBus pointerBus)
this method is used to grab the phase of the requested or sended element.
|
java.util.ArrayList<java.lang.String> |
BusRepository.read(PointerBus pointerBus)
this method permits to interact with the bus through a read request.
|
java.util.ArrayList<java.lang.String> |
BusRepository.rollback(PointerBus pointerBus)
this method permits to interact with the bus through a rollback request.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Assumption> |
ExternalElementsRepository.getAssumptionsByPointerBusList(java.util.List<PointerBus> list)
this method is a loop of version and id getter.If there's an error, function returns empty List
|
java.util.ArrayList<ContextFactor> |
ExternalElementsRepository.getContextFactorsByPointerBusList(java.util.List<PointerBus> list)
this method is a loop of version and id getter.If there's an error, function returns empty List
|
Modifier and Type | Method and Description |
---|---|
AssumptionDTO |
ExternalElementsGetterInterface.getAssumptionByPointerBus(PointerBus pointerBus) |
ContextFactorDTO |
ExternalElementsGetterInterface.getContextFactorByPointerBus(PointerBus pointerBus) |
InstanceProjectDTO |
ExternalElementsGetterInterface.getInstanceProjectByPointerBus(PointerBus pointerBus) |
OrganizationalGoalDTO |
ExternalElementsGetterInterface.getOrganizationalGoalByPointerBus(PointerBus pointerBus) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MetricDTO> |
MetricCRUDInterface.getMetricsByPointerBusList(java.util.List<PointerBus> list) |
java.util.ArrayList<QuestionDTO> |
QuestionCRUDInterface.getQuestionsByPointerBusList(java.util.List<PointerBus> list) |
Modifier and Type | Method and Description |
---|---|
PointerBus |
ExternalElementsRepositoryInterface.fromNotificationToPointerBus(NotificationPointerBus notification) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
BusInterface.delete(PointerBus pointerBus) |
<T extends Element> |
BusApprovedElementInterface.getApprovedElement(PointerBus pointerBus,
java.lang.Class<T> clazz) |
<T extends Element> |
BusApprovedElementInterface.getApprovedElements(PointerBus pointerBus,
java.lang.Class<T> clazz) |
java.util.ArrayList<java.lang.String> |
BusInterface.read(PointerBus pointerBus) |
java.util.ArrayList<java.lang.String> |
BusInterface.rollback(PointerBus pointerBus) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Assumption> |
ExternalElementsRepositoryInterface.getAssumptionsByPointerBusList(java.util.List<PointerBus> list) |
java.util.ArrayList<ContextFactor> |
ExternalElementsRepositoryInterface.getContextFactorsByPointerBusList(java.util.List<PointerBus> list) |
Modifier and Type | Method and Description |
---|---|
static PointerBus |
RandomGenerator.randomPointerBus()
this function returns a new randomized PointerBus element
|