Tuesday, July 23, 2013

JDev/ADF sample - ADF BC 12c New Feature - Row Finder

  • ADF BC 12c New Feature - Row Finder. One of the new ADF BC features in ADF 12c - Row Finder. Row Finder acts as a helper for View Criteria to pass bind variable values and call query functionality. Important technical detail - instead of changing original rowset displayed on ADF UI, Row Finder creates and returns new rowset for results. This allows to search and get results with the same VO instance in parallel to the data displayed on ADF UI, without affecting original rowset accessed through bindings. At the moment it is possible to invoke Row Finder only programmatically through ADF BC API.
    Download - RowFinderApp.zip

No comments: