Skip to content

Commit b27f20d

Browse files
authored
Clarify what user might expect but not get.
Discussed in PR
1 parent 0ca4c82 commit b27f20d

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/refguide/modeling/domain-model/associations

1 file changed

+1
-1
lines changed

content/en/docs/refguide/modeling/domain-model/associations/query-over.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Here is an example inheritance:
104104

105105
{{< figure src="/attachments/refguide/modeling/domain-model/associations/query-over/limitation.png" class="no-border" >}}
106106

107-
In this example, if a standard by-association retrieve in a microflow is used starting from a `Specialization` this will return the `Specialization` that the starting point `Specialization` points to.
107+
In this example, if a standard by-association retrieve in a microflow is used starting from a `Specialization` this will return the `Specialization` that the starting point `Specialization` points to and not the list of `Generalization` which are associated via the `Generalization_Specialization` association.
108108
The list of `Generalization`'s that points to `Specialization` can be retrieved with a Java action using the Java API:
109109

110110
```java

0 commit comments

Comments
 (0)