Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5438

Allow FiqlSearchConditionBuilder extension

    XMLWordPrintableJSON

Details

    • Novice

    Description

      I want to migrate some existing JAX-RS search services to FIQL, but since there is no direct mapping from few existing constructs to FIQL's, I need to introduce some special parameters, for example

      $roles==1

      which match users with role 1 or

      $resources = activeDirectory

      which match users assigned to the external resource 'activeDirectrory' or

      surname!=$null

      which match users with not-null surname.

      I am providing my own implementation of SearchConditionVisitor for server-side translation from FIQL to my existing format but I would also like to provide a builder capable to nicely handle such 'additions' to standard FIQL.

      Attachments

        1. CXF-5438.patch
          4 kB
          Francesco Chicchiriccò

        Issue Links

          Activity

            People

              sergey_beryozkin Sergey Beryozkin
              ilgrosso Francesco Chicchiriccò
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: