Relational Functions & Operators
| Relations Functions | |
| Name | Description |
| shortname | Short Name |
| longname | Long Name |
| description | Description |
| url | URL |
| children | Child objects: children(a) where a is the variable name |
| relation | Relations: relation(a) where a is the variable name |
| related | Related objects: related(a) where a is the variable name |
| endpoint | Endpoint of a relation: endpoint(a) where a is the variable name, or endpoint(a, boolean) where boolean is true for endpoint 1 and false for endpoint 0 |
| parent | Parent object(s): parent(a) where a is the variable name |
| space | Current space: space(a) where a is the variable name |
| object | Named object(s): object(a, "name") where a is the variable name and name is a wildcard expression |
| attributes | Attribute matching: attributes("attr"), where attr is a wildcard expression (or list of wildcard expressions) |
|
Relational Operators |
||
|
Name |
Symbol |
Description |
|
> |
> |
Compare values: greater than |
|
< |
< |
Compare values: less than |
|
<= |
<= |
Compare values: less than or equal to |
|
>= |
>= |
Compare values: greater than or equal to |
|
== |
== |
Compare values: values are equal |
|
!= |
!= |
Compare values: values are not equal |