Package | Description |
---|---|
metricapp.dto |
This package is intended to contain DTO, objects, almost always serializable, that can travel through different protocols.
|
metricapp.entity |
This package includes Entity used by controllers of business logic.
|
metricapp.service.repository |
Repository package contains direct implementation of repositories.
|
metricapp.service.spec.repository | |
metricapp.utility.stateTransitionUtils |
This package is a module to manage the transition between two states for Elements of the Grid and others.
|
metricapp.utility.stateTransitionUtils.measurementgoalTransition | |
metricapp.utility.stateTransitionUtils.metricTransition |
This package manages the state transition command for Metric entity.
|
metricapp.utility.stateTransitionUtils.questionTransition |
Modifier and Type | Field and Description |
---|---|
Entity |
MetadataDTO.entityType |
Modifier and Type | Field and Description |
---|---|
private Entity |
Element.entityType |
Modifier and Type | Method and Description |
---|---|
static Entity |
Entity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Entity[] |
Entity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T extends Element> |
BusApprovedElementRepository.getLastApprovedElement(java.lang.String id,
java.lang.Class<T> clazz,
Entity typeObj)
this function returns the last approved version of element with a id in the bus
|
Modifier and Type | Method and Description |
---|---|
<T extends Element> |
BusApprovedElementInterface.getLastApprovedElement(java.lang.String id,
java.lang.Class<T> clazz,
Entity typeObj) |
Modifier and Type | Field and Description |
---|---|
protected Entity |
AbstractStateTransitionFactory.entity |
Modifier and Type | Method and Description |
---|---|
static AbstractStateTransitionFactory |
AbstractStateTransitionFactory.getFactory(Entity entity)
This function is static and final, is the function that returns the user desired factory.
|
Constructor and Description |
---|
AbstractStateTransitionFactory(Entity entity)
This constructor is needed by child classes, this class is abstract, cannot be instanced.
|
Constructor and Description |
---|
MeasurementGoalStateTransitionFactory(Entity entity) |
Constructor and Description |
---|
MetricStateTransitionFactory(Entity entity) |
Constructor and Description |
---|
QuestionStateTransitionFactory(Entity entity) |