Skip to content
  • Jörg Richter's avatar
    ModelFactory API: add `newTopicModel(id, value)` (#341) · 792f9274
    Jörg Richter authored
    1 new method:
    
        TopicModel newTopicModel(long id, SimpleValue value);
    
    It is useful for constructing an update model to replace a particular value in a multi-value.
    Note: for composite values (ChildTopics) an analog method exists already.
    792f9274