[
https://issues.apache.org/jira/browse/CXF-4415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin updated CXF-4415:
----------------------------------
Description:
The users should be able to get FIQL or other expressions embedded into URI
path (as opposed to a query) and capture them as JAX-RS path parameters.
Example, few options to get the first chapters of all the books that have an id
less than 123:
/books[id=le=123]/chapter
/books[id=le=123]/chapter/1
/books;id=le=123/chapter
/books(id=le=123)/chapter
was:
The users should be able to get FIQL or other expressions embedded into URI
path (as opposed to a query) and capture them as JAX-RS path parameters.
Example, few options to the the first chapter of all the books that have an id
less than 123:
/books[id=le=123]/chapter
/books[id=le=123]/chapter/1
/books;id=le=123/chapter
/books(id=le=123)/chapter
> Update SearchContext to make it easy for users to do basic hierarchical
> queries
> -------------------------------------------------------------------------------
>
> Key: CXF-4415
> URL: https://issues.apache.org/jira/browse/CXF-4415
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS
> Reporter: Sergey Beryozkin
> Assignee: Sergey Beryozkin
> Fix For: 2.6.2, 2.7.0
>
>
> The users should be able to get FIQL or other expressions embedded into URI
> path (as opposed to a query) and capture them as JAX-RS path parameters.
> Example, few options to get the first chapters of all the books that have an
> id less than 123:
> /books[id=le=123]/chapter
> /books[id=le=123]/chapter/1
> /books;id=le=123/chapter
> /books(id=le=123)/chapter
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira