Related Pseudo Attributes
- Last UpdatedJan 05, 2023
- 1 minute read
A number of pseudo attributes allow retrieval of information on the relation between Link Descriptors, Link Classes and model elements:
-
For each element in a database you can query the 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.