以下の多様な $parameter_name$ の表を使用して、パラメーター化された照会で使用する日付、システム・パラメーター、列挙型プロパティーを確認してください。
表 1. 日付パラメーターの特別オプション| パラメーターの呼び出し |
出力例 |
| $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 |
表 2. 列挙型パラメーターの特別オプション| パラメーターの呼び出し |
出力例 |
| $enumeration$ |
PT1H |
| $enumeration.label$ |
1 時間 |
| $enumeration.uri$ |
https://localhost:9443/relm/productdef/resource/enumeration_2#member_0 |
| $enumeration.substitutionValue$ |
PT1H |
表 3. システム・パラメーターの特別オプション| パラメーターの呼び出し |
出力例 |
| $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 |
注: この表内のシステム・パラメーターはすべて、現行ユーザー、日付、時刻を指しています。
|