]
Brett Meyer updated ARTIF-575:
------------------------------
Parent: (was: ARTIF-574)
Issue Type: Feature Request (was: Sub-task)
Support stored query templates/parameter-substitution
-----------------------------------------------------
Key: ARTIF-575
URL:
https://issues.jboss.org/browse/ARTIF-575
Project: Artificer
Issue Type: Feature Request
Reporter: Brett Meyer
Assignee: Brett Meyer
From the Atom Binding spec, 3.3.1:
{quote}
Stored Query Entry documents MAY also be used as templates, allowing simple substitution
of client specified parameter values during execution. The syntax for parameter
substitution follows the XPath2 style to represent a variable within the query filter:
$\{var-name\}
A value for the var-name can then be specified as part of the query invocation. Default
values are not supported.
{quote}
{code}s-ramp/serviceImplementation/ServiceInstance[@version >=
${MINVERSION}]>{code}