- randomArrayList() - Static method in class metricapp.utility.RandomGenerator
-
returns a random ArrayList of Strings, formatted like UUID.
- randomAttribute(Object, Field) - Static method in class metricapp.utility.RandomGenerator
-
this function permits to fill a single field of an Object. you have to
pass the object entity as Object, and the field gathered by reflection.
- randomAttributes() - Method in class metricapp.dto.DTO
-
- randomAttributes() - Method in class metricapp.dto.MetadataDTO
-
- randomAttributes() - Method in class metricapp.entity.Element
-
randomAttributes fills every attribute of the entity.
- randomAttributes() - Method in class metricapp.entity.external.PointerBus
-
- randomBoolean() - Static method in class metricapp.utility.RandomGenerator
-
returns a random boolean
- randomDouble() - Static method in class metricapp.utility.RandomGenerator
-
returns a random double
- randomEnum(Class<T>) - Static method in class metricapp.utility.RandomGenerator
-
e.g. for Enum State: randomEnum(State.class) = return State
(State.getValue() = Approved) this function uses reflections to bring you
a random element of a Enumeration.
- RandomGenerator - Class in metricapp.utility
-
This class provides a large number of methods to generate random fields and
objects.
- RandomGenerator() - Constructor for class metricapp.utility.RandomGenerator
-
- randomGenericArrayList(Class<T>) - Static method in class metricapp.utility.RandomGenerator
-
This is a generic method to create a randomized Array of an unknown (and supported by this module) class.
- randomInt() - Static method in class metricapp.utility.RandomGenerator
-
returns a random int
- randomLocalDate() - Static method in class metricapp.utility.RandomGenerator
-
provides a random date formatted as LocalDate between 1970 and 2300
- randomLong() - Static method in class metricapp.utility.RandomGenerator
-
returns a random long
- randomMeasurementGoal() - Static method in class metricapp.entity.measurementGoal.MeasurementGoal
-
- randomMetric() - Static method in class metricapp.entity.metric.Metric
-
- randomPointerBus() - Static method in class metricapp.utility.RandomGenerator
-
this function returns a new randomized PointerBus element
- randomString() - Static method in class metricapp.utility.RandomGenerator
-
returns a randomString formatted as UUID.
- rationaleId - Variable in class metricapp.dto.externalElements.OrganizationalGoalDTO
-
- rationaleId - Variable in class metricapp.entity.external.OrganizationalGoal
-
- rawPost(ArrayList<String>) - Method in class metricapp.service.repository.BusRepository
-
lowest level method to interact with bus, it requires only the type of request and the content. there's no "null check"
- read(PointerBus) - Method in class metricapp.service.repository.BusRepository
-
this method permits to interact with the bus through a read request.
- read(PointerBus) - Method in interface metricapp.service.spec.repository.BusInterface
-
- readFromBus - Variable in class metricapp.service.repository.BusRepository
-
- RejectedToOnUpdate - Class in metricapp.utility.stateTransitionUtils.metricTransition
-
- RejectedToOnUpdate(Element, Element) - Constructor for class metricapp.utility.stateTransitionUtils.metricTransition.RejectedToOnUpdate
-
- RejectedToOnUpdate - Class in metricapp.utility.stateTransitionUtils.questionTransition
-
- RejectedToOnUpdate(Element, Element) - Constructor for class metricapp.utility.stateTransitionUtils.questionTransition.RejectedToOnUpdate
-
- RejectedToOnUpdateWaitingQuestions - Class in metricapp.utility.stateTransitionUtils.measurementgoalTransition
-
- RejectedToOnUpdateWaitingQuestions(Element, Element) - Constructor for class metricapp.utility.stateTransitionUtils.measurementgoalTransition.RejectedToOnUpdateWaitingQuestions
-
- RejectedToSuspended - Class in metricapp.utility.stateTransitionUtils.measurementgoalTransition
-
- RejectedToSuspended(Element, Element) - Constructor for class metricapp.utility.stateTransitionUtils.measurementgoalTransition.RejectedToSuspended
-
- RejectedToSuspended - Class in metricapp.utility.stateTransitionUtils.metricTransition
-
- RejectedToSuspended(Element, Element) - Constructor for class metricapp.utility.stateTransitionUtils.metricTransition.RejectedToSuspended
-
- RejectedToSuspended - Class in metricapp.utility.stateTransitionUtils.questionTransition
-
- RejectedToSuspended(Element, Element) - Constructor for class metricapp.utility.stateTransitionUtils.questionTransition.RejectedToSuspended
-
- releaseNote - Variable in class metricapp.dto.MetadataDTO
-
- releaseNote - Variable in class metricapp.entity.Element
-
- repository - Variable in class metricapp.service.controller.ExternalElementsGetterController
-
- request - Variable in class metricapp.dto.MessageDTO
-
- resolvedAdress - Variable in class metricapp.dto.bus.BusDTO
-
- resolvedAdressBus - Variable in class metricapp.service.repository.BusRepository
-
- ResponseDTO - Class in metricapp.dto
-
- ResponseDTO() - Constructor for class metricapp.dto.ResponseDTO
-
- RichPointerBus - Class in metricapp.entity.external
-
This pointer extends PointerBus, it's used in update and create requests and responses from and to the Bus.
- RichPointerBus() - Constructor for class metricapp.entity.external.RichPointerBus
-
- rnd - Static variable in class metricapp.utility.RandomGenerator
-
seed is time from epoch
- Role - Enum in metricapp.entity.stakeholders
-
- Role() - Constructor for enum metricapp.entity.stakeholders.Role
-
- role - Variable in class metricapp.entity.stakeholders.User
-
- rollback(PointerBus) - Method in class metricapp.service.repository.BusRepository
-
this method permits to interact with the bus through a rollback request.
- rollback(PointerBus) - Method in interface metricapp.service.spec.repository.BusInterface
-
- rollbackBus - Variable in class metricapp.service.repository.BusRepository
-
- rootElementId - Variable in class metricapp.dto.externalElements.InstanceProjectDTO
-
- rootElementId - Variable in class metricapp.entity.external.InstanceProject
-