Oracle WebCenter Content (MOSC)

MOSC Banner

how to get the folder location of a content.

edited Oct 24, 2016 12:36AM in Oracle WebCenter Content (MOSC) 3 commentsAnswered

I have searched some contents through RIDC call . How to get the folder path of that particular content.I have used the following code to get the folder path but it is of no help.

            folderPath= dataObject.get("dCollectionID");

My search query includes :

         dataBinder.putLocal(props.getProperty("IDC_SERVICE"),"GET_SEARCH_RESULTS");
         dataBinder.putLocal("isJava", "1");
         dataBinder.putLocal("QueryText","xMigrated <matches> `NotYet`" );
         dataBinder.putLocal("ResultCount", "1000");
         dataBinder.putLocal("SearchQueryFormat" ,"Universal");
         dataBinder.putLocal("AdvSearch","True");
         dataBinder.putLocal("folderChildren", folderId);

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