Related Pseudo Attributes
- Last UpdatedMay 25, 2022
- 1 minute read
A number of pseudo attributes allow retrieval of information on the relation between Link Descriptors (LNDESC), Link Classes (LNCLAS) and model elements:
-
For each element in a database you can query the Link Document (LNKDOC) pseudo attribute to get a list of all Link Descriptors (for example, documents) that are associated with this element.
-
For each Link Descriptor by querying the LNKELE pseudo attribute you get a list of all database elements linked to the document associated with this descriptor.
-
For each Link Descriptor you can query the LNKCLS pseudo attribute to get a list of all classes that classify the document associated with this descriptor.
-
For each Link Class by querying the LNKDOC pseudo attribute you get a list of all Link Descriptors that have this Link Class assigned as classification information.