You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2012/07/10 18:56:34 UTC

[jira] [Created] (CXF-4415) Update SearchContext to make it easy for users to do basic hierarchical queries

Sergey Beryozkin created CXF-4415:
-------------------------------------

             Summary: 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 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

--
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

        

[jira] [Updated] (CXF-4415) Update SearchContext to make it easy for users to do basic hierarchical queries

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Resolved] (CXF-4415) Update SearchContext to make it easy for users to do basic hierarchical queries

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-4415.
-----------------------------------

    Resolution: Fixed
    
> 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