Uses of Record Class
com.easy_model.webservice.model.ModelData
Packages that use ModelData
-
Uses of ModelData in com.easy_model.webservice.model
Methods in com.easy_model.webservice.model that return ModelDataMethods in com.easy_model.webservice.model with parameters of type ModelDataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> ModelController.addModel(@Valid ModelData modelData, Long templateId, boolean copyVariableValues, Principal principal) org.springframework.http.ResponseEntity<String> ModelController.updateModel(Model model, @Valid ModelData modelData, Principal principal) Constructors in com.easy_model.webservice.model with parameters of type ModelData -
Uses of ModelData in com.easy_model.webservice.user
Methods in com.easy_model.webservice.user that return ModelDataModifier and TypeMethodDescriptionSingleModelAccessData.modelData()Returns the value of themodelDatarecord component.Constructors in com.easy_model.webservice.user with parameters of type ModelDataModifierConstructorDescriptionSingleModelAccessData(User.MODEL_ROLE role, ModelData modelData) Creates an instance of aSingleModelAccessDatarecord class.