Predefined query parameters

Use the following tables of $parameter_name$ variations to ascertain date, system parameter, and enumeration properties for use in parameterized queries.
Table 1. Special options for date parameters
Parameter invocation Sample output
$myDate$ 2014-03-14-07:00
$myDate;format="xsd:date"$ 2014-03-14-07:00
$myDate;format="xsd:dateTime"$ 2014-03-14T00:00:00-07:00
$myDate;format="xsd:time"$ 00:00:00-07:00
Table 2. Special options for enumeration parameters
Parameter invocation Sample output
$enumeration$ PT1H
$enumeration.label$ 1 Hour
$enumeration.uri$ https://localhost:9443/relm/productdef/resource/enumeration_2#member_0
$enumeration.substitutionValue$ PT1H
Table 3. Special options for system parameters
Parameter invocation Sample output
$system.user$ mailto:pete@example.com
$system.user.uri$ https://localhost:9443/jts/users/pete
$system.user.mboxUri$ mailto:pete@example.com
$system.user.name$ pete
$system.user.emailAddress$ pete@example.com
$system.user.encodedMboxUri$ mailto:pete%40example.com
$system.date$ 2014-03-14-07:00
$system.dateTime$ 2014-03-14T16:18:00-07:00
$system.time$ 16:18:00-07:00
Note: All system parameters in this table refer to the current user, date, and time.

Feedback