[overlord-issues] [JBoss JIRA] (SRAMP-575) Support stored query templates/parameter-substitution

Brett Meyer (JIRA) issues at jboss.org
Thu Sep 25 09:43:03 EDT 2014


     [ https://issues.jboss.org/browse/SRAMP-575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Meyer updated SRAMP-575:
------------------------------
    Description: 
>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}

ex: s-ramp/serviceImplementation/ServiceInstance[@version >= $\{MINVERSION\}]>

  was:
>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}

ex: s-ramp/serviceImplementation/ServiceInstance[@version >= ${MINVERSION}]>



> Support stored query templates/parameter-substitution
> -----------------------------------------------------
>
>                 Key: SRAMP-575
>                 URL: https://issues.jboss.org/browse/SRAMP-575
>             Project: S-RAMP
>          Issue Type: Sub-task
>            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}
> ex: s-ramp/serviceImplementation/ServiceInstance[@version >= $\{MINVERSION\}]>



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the overlord-issues mailing list