- gender - Variable in class metricapp.entity.stakeholders.Profile
-
- getAllQuestions() - Method in class metricapp.service.controller.QuestionCRUDController
-
- getAllQuestions() - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getApprovedElement(PointerBus, Class<T>) - Method in class metricapp.service.repository.BusApprovedElementRepository
-
This function gathers Elements like MeasurementGoal, Metric and Question from the bus.
- getApprovedElement(PointerBus, Class<T>) - Method in interface metricapp.service.spec.repository.BusApprovedElementInterface
-
- getApprovedElements(PointerBus, Class<T>) - Method in class metricapp.service.repository.BusApprovedElementRepository
-
This function gathers an Array of Elements like MeasurementGoal, Metric and Question from the bus.
- getApprovedElements(PointerBus, Class<T>) - Method in interface metricapp.service.spec.repository.BusApprovedElementInterface
-
- getAssumptionByIdAndVersion(String, String) - Method in class metricapp.service.repository.ExternalElementsRepository
-
this is the simple method to grab an assumption, version value could be null (last version is received)
- getAssumptionByIdAndVersion(String, String) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getAssumptionByPointerBus(PointerBus) - Method in class metricapp.service.controller.ExternalElementsGetterController
-
- getAssumptionByPointerBus(PointerBus) - Method in interface metricapp.service.spec.controller.ExternalElementsGetterInterface
-
- getAssumptionDTO(String, String) - Method in class metricapp.rest.ExternalElementRestController
-
- getAssumptionsByIdList(List<String>) - Method in class metricapp.service.repository.ExternalElementsRepository
-
this method is a loop of version and id getter.
- getAssumptionsByIdList(List<String>) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getAssumptionsByPointerBusList(List<PointerBus>) - Method in class metricapp.service.repository.ExternalElementsRepository
-
this method is a loop of version and id getter.If there's an error, function returns empty List
- getAssumptionsByPointerBusList(List<PointerBus>) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getAssumptionsByTags(List<String>) - Method in class metricapp.service.repository.ExternalElementsRepository
-
- getAssumptionsByTags(List<String>) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getContextFactorByIdAndVersion(String, String) - Method in class metricapp.service.repository.ExternalElementsRepository
-
* this is the simple method to grab a context factor, version value could be null (last version is received)
- getContextFactorByIdAndVersion(String, String) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getContextFactorByPointerBus(PointerBus) - Method in class metricapp.service.controller.ExternalElementsGetterController
-
- getContextFactorByPointerBus(PointerBus) - Method in interface metricapp.service.spec.controller.ExternalElementsGetterInterface
-
- getContextFactorDTO(String, String) - Method in class metricapp.rest.ExternalElementRestController
-
- getContextFactorsByIdList(List<String>) - Method in class metricapp.service.repository.ExternalElementsRepository
-
this method is a loop of version and id getter.If there's an error, function returns empty List
- getContextFactorsByIdList(List<String>) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getContextFactorsByPointerBusList(List<PointerBus>) - Method in class metricapp.service.repository.ExternalElementsRepository
-
this method is a loop of version and id getter.If there's an error, function returns empty List
- getContextFactorsByPointerBusList(List<PointerBus>) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getContextFactorsByTags(List<String>) - Method in class metricapp.service.repository.ExternalElementsRepository
-
- getContextFactorsByTags(List<String>) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getCountMeasurementGoalDTOByState(String, String) - Method in class metricapp.rest.MeasurementGoalRestController
-
- getCountMetricDTOByState(String, String) - Method in class metricapp.rest.MetricRestController
-
- getCountQuestionByState(String, String) - Method in class metricapp.rest.QuestionRestController
-
- getCreationDateString() - Method in class metricapp.entity.Element
-
- getData() - Method in class metricapp.dto.bus.BusIncomingMessage
-
- getDatabaseName() - Method in class metricapp.configuration.LocalMongoConfiguration
-
- getDatabaseName() - Method in class metricapp.configuration.MLabMongoConfiguration
-
- getDestinationAdress() - Method in class metricapp.dto.bus.BusIncomingMessage
-
- getExternalElementsDTO(String) - Method in class metricapp.rest.ExternalElementRestController
-
- getFactory(Entity) - Static method in class metricapp.utility.stateTransitionUtils.AbstractStateTransitionFactory
-
This function is static and final, is the function that returns the user desired factory.
- getId() - Method in class metricapp.dto.bus.BusIncomingMessage
-
- getInstance() - Static method in class metricapp.service.repository.BusApprovedElementRepository
-
this getter has to be used only when is not possible the IoD of Spring, like commands of State Transition Utils.
- getInstance() - Static method in class metricapp.utility.stateTransitionUtils.measurementgoalTransition.MeasurementGoalStateTransitionFactory
-
- getInstance() - Static method in class metricapp.utility.stateTransitionUtils.metricTransition.MetricStateTransitionFactory
-
- getInstance() - Static method in class metricapp.utility.stateTransitionUtils.questionTransition.QuestionStateTransitionFactory
-
- getInstanceProjectByIdAndVersion(String, String) - Method in class metricapp.service.repository.ExternalElementsRepository
-
* this is the simple method to grab an instance project, version value could be null (last version is received)
- getInstanceProjectByIdAndVersion(String, String) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getInstanceProjectByPointerBus(PointerBus) - Method in class metricapp.service.controller.ExternalElementsGetterController
-
- getInstanceProjectByPointerBus(PointerBus) - Method in interface metricapp.service.spec.controller.ExternalElementsGetterInterface
-
- getInstanceProjectDTO(String, String) - Method in class metricapp.rest.ExternalElementRestController
-
- getLastApprovedElement(String, Class<T>, Entity) - Method in class metricapp.service.repository.BusApprovedElementRepository
-
this function returns the last approved version of element with a id in the bus
- getLastApprovedElement(String, Class<T>, Entity) - Method in interface metricapp.service.spec.repository.BusApprovedElementInterface
-
- getLastVersionDateString() - Method in class metricapp.entity.Element
-
- getLooseModelMapper() - Method in interface metricapp.service.spec.ModelMapperFactoryInterface
-
- getLooseModelMapper() - Method in class metricapp.utility.ModelMapperFactory
-
This function returns the ModelMapper object configurated as Loose Mapping strategy
e.g. modelMapperFactory.getStandardModelMapper().map(objectToMap, TargetObject.class) = TargetObject targetObject
- getMeasurementGoalById(String) - Method in class metricapp.service.controller.MeasurementGoalCRUDController
-
- getMeasurementGoalById(String) - Method in interface metricapp.service.spec.controller.MeasurementGoalCRUDInterface
-
- getMeasurementGoalByIdAndLastApprovedVersion(String) - Method in class metricapp.service.controller.MeasurementGoalCRUDController
-
- getMeasurementGoalByIdAndLastApprovedVersion(String) - Method in interface metricapp.service.spec.controller.MeasurementGoalCRUDInterface
-
- getMeasurementGoalByIdAndVersion(String, String) - Method in class metricapp.service.controller.MeasurementGoalCRUDController
-
- getMeasurementGoalByIdAndVersion(String, String) - Method in interface metricapp.service.spec.controller.MeasurementGoalCRUDInterface
-
- getMeasurementGoalByQuestionerId(String) - Method in class metricapp.service.controller.MeasurementGoalCRUDController
-
- getMeasurementGoalByQuestionerId(String) - Method in interface metricapp.service.spec.controller.MeasurementGoalCRUDInterface
-
- getMeasurementGoalByState(String, String) - Method in class metricapp.service.controller.MeasurementGoalCRUDController
-
- getMeasurementGoalByState(String, String) - Method in interface metricapp.service.spec.controller.MeasurementGoalCRUDInterface
-
- getMeasurementGoalByUser(String) - Method in class metricapp.service.controller.MeasurementGoalCRUDController
-
- getMeasurementGoalByUser(String) - Method in interface metricapp.service.spec.controller.MeasurementGoalCRUDInterface
-
- getMeasurementGoalDTO(String, String, String, String, String, String) - Method in class metricapp.rest.MeasurementGoalRestController
-
- getMeasurementGoalExternalElements(String) - Method in class metricapp.service.controller.ExternalElementsGetterController
-
this method fills the return dto with every external informations that are related to
a Measurement Goal.
- getMeasurementGoalExternalElements(String) - Method in interface metricapp.service.spec.controller.ExternalElementsGetterInterface
-
- getMetricById(String) - Method in class metricapp.service.controller.MetricCRUDController
-
- getMetricById(String) - Method in interface metricapp.service.spec.controller.MetricCRUDInterface
-
- getMetricByIdAndVersion(String, String) - Method in class metricapp.service.controller.MetricCRUDController
-
- getMetricByIdAndVersion(String, String) - Method in interface metricapp.service.spec.controller.MetricCRUDInterface
-
- getMetricByIdLastApprovedVersion(String) - Method in class metricapp.service.controller.MetricCRUDController
-
- getMetricByIdLastApprovedVersion(String) - Method in interface metricapp.service.spec.controller.MetricCRUDInterface
-
- getMetricByState(String) - Method in class metricapp.service.controller.MetricCRUDController
-
- getMetricByState(String) - Method in interface metricapp.service.spec.controller.MetricCRUDInterface
-
- getMetricByStateAndMetricatorId(String, String) - Method in class metricapp.service.controller.MetricCRUDController
-
- getMetricByStateAndMetricatorId(String, String) - Method in interface metricapp.service.spec.controller.MetricCRUDInterface
-
- getMetricCrudDTOByIdLastApprovedVersion(String) - Method in class metricapp.service.controller.MetricCRUDController
-
- getMetricCrudDTOByIdLastApprovedVersion(String) - Method in interface metricapp.service.spec.controller.MetricCRUDInterface
-
- getMetricDTO(String, String, String, String, String) - Method in class metricapp.rest.MetricRestController
-
- getMetricOfUser(String) - Method in class metricapp.service.controller.MetricCRUDController
-
- getMetricOfUser(String) - Method in interface metricapp.service.spec.controller.MetricCRUDInterface
-
- getMetricsByPointerBusList(List<PointerBus>) - Method in class metricapp.service.controller.MetricCRUDController
-
- getMetricsByPointerBusList(List<PointerBus>) - Method in interface metricapp.service.spec.controller.MetricCRUDInterface
-
- getOperation() - Method in class metricapp.dto.bus.BusIncomingMessage
-
- getOrganizationalGoalByIdAndVersion(String, String) - Method in class metricapp.service.repository.ExternalElementsRepository
-
* this is the simple method to grab an organizational goal, version value could be null (last version is received)
- getOrganizationalGoalByIdAndVersion(String, String) - Method in interface metricapp.service.spec.repository.ExternalElementsRepositoryInterface
-
- getOrganizationalGoalByPointerBus(PointerBus) - Method in class metricapp.service.controller.ExternalElementsGetterController
-
- getOrganizationalGoalByPointerBus(PointerBus) - Method in interface metricapp.service.spec.controller.ExternalElementsGetterInterface
-
- getOrganizationalGoalDTO(String, String) - Method in class metricapp.rest.ExternalElementRestController
-
- getPhase() - Method in class metricapp.dto.bus.BusIncomingMessage
-
- getPhase() - Method in enum metricapp.entity.Entity
-
- getQuestionByCreatorId(String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionByCreatorId(String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getQuestionByFocus(String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionByFocus(String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getQuestionById(String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionById(String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getQuestionByIdLastApprovedVersion(String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionByIdLastApprovedVersion(String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getQuestionByState(String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionByState(String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getQuestionByStateAndCreatorId(String, String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionByStateAndCreatorId(String, String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getQuestionBySubject(String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionBySubject(String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getQuestionByTag(String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionByTag(String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getQuestionCrudDTOByIdLastApprovedVersion(String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionCrudDTOByIdLastApprovedVersion(String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getQuestionDTO(String, String, String, String, String, String, String, String) - Method in class metricapp.rest.QuestionRestController
-
- getQuestionsByPointerBusList(List<PointerBus>) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getQuestionsByPointerBusList(List<PointerBus>) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getReader(Class<T>) - Method in class metricapp.utility.JacksonMapper
-
this method return a ready to operate reader, it is customized for class.
- getRecentQuestions(String) - Method in class metricapp.service.controller.QuestionCRUDController
-
- getRecentQuestions(String) - Method in interface metricapp.service.spec.controller.QuestionCRUDInterface
-
- getSerialversionuid() - Static method in class metricapp.dto.bus.BusIncomingMessage
-
- getStandardModelMapper() - Method in interface metricapp.service.spec.ModelMapperFactoryInterface
-
- getStandardModelMapper() - Method in class metricapp.utility.ModelMapperFactory
-
This function returns the ModelMapper object configurated as Standard Mapping strategy
e.g. modelMapperFactory.getStandardModelMapper().map(objectToMap, TargetObject.class) = TargetObject targetObject
- getStrictModelMapper() - Method in interface metricapp.service.spec.ModelMapperFactoryInterface
-
- getStrictModelMapper() - Method in class metricapp.utility.ModelMapperFactory
-
This function returns the ModelMapper object configurated as Strict Mapping strategy
e.g. modelMapperFactory.getStandardModelMapper().map(objectToMap, TargetObject.class) = TargetObject targetObject
- getTag() - Method in class metricapp.dto.bus.BusIncomingMessage
-
- getVersion() - Method in class metricapp.dto.bus.BusIncomingMessage
-
- GoalDTO - Class in metricapp.dto
-
- GoalDTO() - Constructor for class metricapp.dto.GoalDTO
-
- GQMExpert - Class in metricapp.entity.stakeholders
-
- GQMExpert() - Constructor for class metricapp.entity.stakeholders.GQMExpert
-