Save API ignores parameter modeluri
#46
Unanswered
glsp-bot
asked this question in
ModelServer
Replies: 1 comment
-
[Martin Fleck] Hello @HBank(hbank), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Model server provides a Save operation, as follows:
Based on the api, I would expect that it saves the model defined by the modeluri. However, it seems it saves all the models that have been loaded. I looked in the code and found that save is implemented in ModelRepository.java, at line 233:
From this code I conclude that modeluri is ignored, and all models are saved. Is this by intention?
original thread by hansbank
Beta Was this translation helpful? Give feedback.
All reactions