-
Bug
-
Resolution: Unresolved
-
Major
-
3.9
-
None
-
None
-
1 - Middle term
-
2 - Normal
Currently, the Content.getReferencingContents() method returns a Collection<Content> object, indicating which contents reference the target.
A useful information is missing: which metadata holds the reference?
Maybe a Map<String, Content> or <Content, String> should be returned, indicating for every Content which metadata references the target.