WebCenter

Oracle WebCenter related articles and resources

business corporate protection safety security concept

WebCenter Content User Security Check in RIDC call for Specific Content

User Security Check in RIDC call for Specific Content IdcClientManager m_clientManager = new IdcClientManager (); IdcClient m_client = m_clientManager.createClient(“<Your Hostname : Port>/cs/idcplg”); //RIDC superuser context IdcContext m_superuser = new IdcContext(“sysadmin”, “idc”); //Examples of the three concrete cache classes IUserSecurityCache m_SGCache = new UserSecurityGroupsCache (m_client, 20, 1000); IUserSecurityCache m_SGAcctCache = new UserSGAccountsCache (m_client, 20, 1000, 20000);

WebCenter Content User Security Check in RIDC call for Specific Content Read More »

business corporate protection safety security concept

WebCenter Content Add New Link in Search Result Action Menu

Below is small snippet to add a New Link under Search Result Action Menu by idocs script in resource file, <@dynamichtml extra_setup_search_results_action_popups@> <$exec rsAppendNewRow(“PopupProps”)   gt; <$exec setValue(“PopupProps”, “label”, “<Add your label here>”)   gt; <$exec setValue(“PopupProps”, “ifClause”, “<Add your Conditions here>”)   gt; <$exec setValue(“PopupProps”, “function”, “<Add URL for which we need to link>”)  

WebCenter Content Add New Link in Search Result Action Menu Read More »

business corporate protection safety security concept

How to add Menu in Content Information Page in WebCenter Content

Adding Menu in Content Information Page in Webcenter Content To add New Menu in Content Information page we need to use “custom_docinfo_menus_setup” dynamichtml in Resource file. <@dynamichtml custom_docinfo_menus_setup@> <$include super.custom_docinfo_menus_setup   gt; <$exec rsAppendNewRow(“PageMenusData”)   gt; <$PageMenusData.nodeId = “<Any ID>”   gt; <$PageMenusData.ifClause = “<Your Condition>”   gt; <$PageMenusData.parentId = “CONTENT_ACTIONS”   gt; <$PageMenusData.label =

How to add Menu in Content Information Page in WebCenter Content Read More »

business corporate protection safety security concept

WebCenter Resources you must know

Here is a quick list of websites that every Oracle WebCenter developer should be aware of: Oracle WebCenter blog: http://blogs.oracle.com/Proactive Support Portals: https://blogs.oracle.com/WebCenter Content product alerts http://blogs.oracle.com/Oracle WebCenter Homepage: http://oracle.com/Oracle WebCenter Newsletter: http://oracle.com/Twitter: http://twitter.com/oraclewebcenterFacebook: http://facebook.com/webcenter

WebCenter Resources you must know Read More »

business corporate protection safety security concept

Creating a Top Level Folder with No Parent Folder in WebCenter Content

WebCenter Content allows you to create Virtual Folders and store contents in the folders. Folders presents a easy to use user interface to organize your content. You can browse the folders and its content from WebCenter Content web interface from Browse Content navigation. Out of the box two folders are created and they are Contribution

Creating a Top Level Folder with No Parent Folder in WebCenter Content Read More »

Scroll to Top