Oracle WebCenter Content (MOSC)

MOSC Banner

Java Filter class for Search to customize

edited Aug 18, 2017 5:00AM in Oracle WebCenter Content (MOSC) 1 commentAnswered

Hi,

My required is after submission of stand search screen, I have to update my search query based on user inputs for one of the attribute.  what's the filter class & service to use for search before pull the service

            String idcService = binder.getLocal("IdcService");

            if (idcService != null & idcService.equals("GET_SEARCH_RESULTS"))

                  {

                          //custom condition before setting the value for xCustAttribute

                        binder.putLocal("xCustAttribute","XXXX");

                        return CONTINUE;

                    }else

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center