Hello, I'm not sure what is expected if no value is set at an object for some property X and this property is requested e.g. via a '*' filter.
a) ObjectService.getProperties(...) For the resulting Properties object should getProperties() contain an entry for X with a null value or a not null value PropertyData object? For the resulting Properties object should getPropertyList() contain an element for X? b) If in the case before getProperties() and getPropertyList() contain a PropertyData entry for X what is expected for the method 'PropertyData<T>.getValues()': null or an empty list? Thank you very much in advance and best regards, Achim
