OpenWGA 7.7 - Query languages reference
hql / fullhqlObject "contentRelation"
This object represents a point-to-point relation from current content document to a specific other content document. These are only available of OpenWGA content stores of Version 5 or higher.
| Property | Type of contents | Contents |
|---|---|---|
| group | Text | Name of the group that the relation belongs to, null if it does not belong to a group. |
| name | Text | Name of the relation |
| parentcontent | Object of type "content" | The content document to which this relation belongs |
| target | Object of type "content" | Current target content of the relation |
| targetlanguage | String | Code of the language of the content that is targeted by this relation |
| targetstructentry | String | Key of the struct entry that is targeted by this relation |
| type | Number |
Type of the relation: 1 - Normal 2 - Protected (prevents deletion/archiving of relation target) |