
cts:query constructors.
| Function name | Description |
|---|---|
| dls.asOfQuery | This function returns a query that matches the most recent numbered version of documents that were created before the specified date and time. |
| dls.authorQuery | This function returns a query that matches documents authored by the specified user. |
| dls.documentIncludeQuery | This function returns a query that matches any managed document that has an XInclude link that exactly matches the specified URI. |
| dls.documentsQuery | This function returns a query that matches the latest versions of the managed documents in the database. |
| dls.documentVersionQuery | This function returns a query that matches the specified version of the managed documents. |
| dls.documentVersionsQuery | This function returns a query that matches any version of the specified URI. |