Skip to content

Commit 0ca4c82

Browse files
authored
Update query-over.md
1 parent c28d139 commit 0ca4c82

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ 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, a list of **Specializations** cannot be retrieved when using a standard by-association retrieve in a microflow if the input is the specialization.
108-
109-
However, there is a workaround for this limitation: The list of Specializations can be retrieved with a Java action using the Java API. This Java action needs two parameters: the **Specialization** and a Boolean **Reverse** via this code snippet:
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.
108+
The list of `Generalization`'s that points to `Specialization` can be retrieved with a Java action using the Java API:
110109

111110
```java
112111
public class RetrieveAsAssociatedWithB extends CustomJavaAction<java.util.List<IMendixObject>>

0 commit comments

Comments
 (0)