Feature: has_parent_scoped_list
Table of Contents
This page is one authored MASD feature in ORE Studio Variability Model ยง "Projection configuration: how an existing artefact family is shaped". Any profile that fixes this feature's value links here rather than restating its effect.
1. Identity
| Field | Value |
|---|---|
| Literal name | :has_parent_scoped_list: |
| Bundle | ores.presentation |
| Type | bool |
| Default | false |
2. Effect
Paginated fetch filtered by a parent entity's key; the deleted templates wired it through three generated classes: the client model's constructor took the parent key and sent it on every paginated fetch, the list window threaded it through to the model it created, and the controller exposed an openForParent() entry point that opened the read-only list filtered by that key. Only meaningful alongside has_readonly_paginated_list, per Codegen entity meta-model โ Presentation.
3. Structural consequence
Yes โ changes the generated model/window/controller constructors and adds openForParent.
4. Used by
None yet.
5. See also
- ORE Studio Variability Model โ the bundle this feature belongs to.