Uses of Class
com.easy_model.webservice.model.events.Events
Packages that use Events
Package
Description
-
Uses of Events in com.easy_model.webservice.model
Constructors in com.easy_model.webservice.model with parameters of type EventsModifierConstructorDescriptionModelController(ModelRepository modelRepository, VariableRepository variableRepository, XLHandleManager xlHandleManager, EntityService entityService, UserRepository userRepository, Events events, EninAPIService eninAPIService, OpenAiServiceImplementation openAiServiceImplementation) Initializes the model controller and establish link to database Creator function that ensures that the model is connected to a document -
Uses of Events in com.easy_model.webservice.model.area
Constructors in com.easy_model.webservice.model.area with parameters of type EventsModifierConstructorDescriptionAreaController(AuditLog auditlog, EntityService entityService, Events events) Initializes the Area controller and establish link to database -
Uses of Events in com.easy_model.webservice.model.graph
Constructors in com.easy_model.webservice.model.graph with parameters of type Events -
Uses of Events in com.easy_model.webservice.model.segment
Constructors in com.easy_model.webservice.model.segment with parameters of type EventsModifierConstructorDescriptionSegmentController(EntityService entityService, VariableValueRepository variableValueRepository, XLHandleManager xlHandleManager, VariableController variableController, VariableRepository variableRepository, Events events) Initializes the logEntry controller and establish link to database -
Uses of Events in com.easy_model.webservice.model.sensitivity
Constructors in com.easy_model.webservice.model.sensitivity with parameters of type EventsModifierConstructorDescriptionSensitivityController(XLHandleManager xlHandleManager, EntityService entityService, Events events) Initializes the Sensitivity controller and establish link to database -
Uses of Events in com.easy_model.webservice.model.subarea
Constructors in com.easy_model.webservice.model.subarea with parameters of type EventsModifierConstructorDescriptionSubAreaController(EntityService entityService, AuditLog auditLog, Events events) Initializes the Area controller and establish link to database -
Uses of Events in com.easy_model.webservice.model.variable
Constructors in com.easy_model.webservice.model.variable with parameters of type EventsModifierConstructorDescriptionVariableController(EntityService entityService, Events events) Initializes the model controller and establish link to database Creator function that ensures that the model is connected to a document