Hi,
I've added a new way to access nested models inside a model from
Wonderland transformation descriptions (see
http://issues.openengsb.org/jira/browse/OPENENGSB-3455). This opens a
possibility so simplify some transformations.
However, this also opens a different topic: What if a property has the
type of a list of models? To support them fully, we need two ways to
access them:
- by id, for example nested.1.value1
- access them all, for example nested.forAll.value1, which returns a
set of objects
The issue for that is already created:
http://issues.openengsb.org/jira/browse/OPENENGSB-3462
Are there any already known use-cases for this type of property access?
Kind regards,
Felix