Displaying contents from UCM based on some criteria

Hello All,
I am usin jdev 11.1.1.6
Depending upon docType
For ex:
docType can be cars, bikes, planes
I want to retrieve from UCM some contents
For example,
i want to get ID's TEMP000001, TEMP000002, etc
then i want to display all contents for that id,
ID
Revision
Folder
Formats
TEMP000001
4
/Temp1
TEMP000002
5
/Temp2
Any help is appreciated

Thank you Vinay.
Link dealt more with UCM creation.
Can you give me more details on the query part..."get all docType from UCM.,make a check on docType... and call another services to display"
I want to know conceptually how its done and a basic code if possible.
Thank you

Similar Messages

  • Retrieving WCM content from UCM and displaying on webcenter 11g

    We will have a separate site designed using site studio for content contribution (WCM content). Presenting this content will be done on a separate site. The presentation site will be developed using Webcenter Framework 11g.
    Our concern is how to retrive this WCM content from UCM to webcenter. Can we use CIS or CPS for this? What is right approach for this?
    -Pratap

    Hey Pratap,
    One of the main advantages of 10gr4 is the new architecture that allows for the WCM_PLACEHOLDER service to be used to grab Site Studio content. In 10gr3 there are no out of the box services to pull an asset so you have to do a bit more work. The easiest piece to pull in 10gr3 is the value of a WYSIWYG element in a data file. That is one of the modes we implemented in our portlets, but is really only useful for pulling in legacy content into the site, you end up losing a lot of the template based rendering that you get when the page is rendered by the content server.
    If I had to implement pulling in a 10gr3 based site and to get the full effect of the layouts and fragments I would first try to call the SS_GET_PAGE service directly and stream back the html. You may have to do some cleanup on the html that is returned to strip out things that won't work when you are inserting content that is part of a larger page in WebCenter. The second option I would try is to create a simple template engine on the WebCenter side that uses content that is in the Site Studio xml data file structure. However, this would be sort of a last resort since you would really be recreating work that is already done as part of Site Studio.
    My recommendation is to try to migrate to 10gr4 if you can so that you can leverage the new architecture. It was designed with your exact use case in mind for reusing content in a different application while 10gr3 is still mostly based on the old 7.x Site studio architecture that really only allows for the site to be rendered by the content server.
    So I'm not going to say that it cannot be done with 10gr3, it is just a lot more work.
    Hope that helps,
    Andy Weaver - Senior Software Consultant
    Fishbowl Solutions < http://www.fishbowlsolutions.com?WT.mc_id=L_Oracle_Consulting_amw >

  • How to fetch content from UCM in WLP using VCR

    Hi,
    I configured the connection between weblogic portal v10.3.2 and UCM 11g using VCR adapter guide. But i am struck in how to fetch the content from UCM/VCR and display it in Weblogic portal.
    Please guide me on how to fetch the content from UCM/VCR and display it in Weblogic Portlet ( JSF Portlet). is there any api is available to get the content from ucm and display it in portlet.
    Appreciate your support here.
    Thanks a lot,
    Suresh

    Suresh,
    Please check the name of the VCR configured in the UCm.
    You can use a batch file to load the VCR on to your Weblogic server. Using the name you can retrieve the contents from UCM.
    Please let us know other configuration details to help you further

  • Not able to access the floating content from UCM into WLP using VCR

    Hi,
    I am facing an issue while accessing the content ( floating content i.e CSS,content,javascript) from UCM 11g into WLP 10.3.2 using VCR. But at the sametime, i am able to access the content once its moved to contribution folder.
    Please let me know is there any limitation in VCR i.e VCR can read the content from UCM once its moved to Contribution folder.
    Thanks a lot,
    Suresh

    Hi
    Do you have sample code , how to refer css stored in UCM. If you have please share it

  • My iPad is connected to wifi  but unable to display  contents from iPad to TV via ATV

    A.MY iPad is connected to Wi.Fi but unable to display contents from my iPad to TV via my ATV

    Look at the Apple TV manual
    http://support.apple.com/manuals/#appletv
     Cheers, Tom

  • How do I get airplay to display content from my MacBook Pro?

    How do I get airplay to display content from my MacBook Pro?

    Turn on Airplay is display settings.
    Select Airplay mirroring to Apple TV.
    I Will assume you have already connected the Apple TV to your wifi and computer in the settings on the Apple TV.
    that should do it.... Unless you need more information.

  • Is TRex required to display content from Content Server in the Portal?

    Hi all gurus!
    A short question: do you have to have TRex (or any other search/index engine) when you want to display content from a SAP Content Server in the portal? Or does the content server has its own search/index engine?
    Best regards
    Benny Lange

    Hi,
    Sap content server can be added in the portal as an KM repository. So configuration is needed. But when finished you can open and look at the content server like they are normal KM folders. TREX on the other hand is advisable in order to have the means to quickly find something in your content server. Otherwise it is like any other stupid file structure. lots of files and lots of folders.
    Depending on you portal version you need to install a bussiness pack for document managment to get the content server visable in KM
    Greetz

  • Filter an array of arrays based on some criteria

    Hi Folks:
    Is there a way to filter an array of arrays based on some criteria?
    Say I have the below set of records in an array of arrays. testArr[][]
    ID     DTLNUM           PARTNUM          PARTDESC
    AB11     AB11-1           6531079          bath towel
    AB11     AB11-2           5122830          bathtub mat
    AB11     AB11-3           3649100          shower curtain
    AB11     AB11-4           1143784          hamper
    AB11     AB11-5            2672324          bath scaleI want to filter the above array and get all records having PARTDESC beginning with the letters "bath" into another array of arrays, resultArr[][] //I want to get the result in this one.
    How could this be done?
    Please help.
    Thank you for your time.

    Say I have the below set of records in an array of arrays. testArr[][]
    Why array of arrays? Why not an array of objects of a class say 'Part'?
    class Part{
         String id;
         String dtlnum;
         String partnum;
         String partdesc;
         // getters and setters
    }As far as filtering is concerned, regex match would be very easy...
    Part[] parts;
    Part[] filtered;
    //initiallize parts
    void filter(String keyword){
         ArrayList<Part> list=new ArrayList<Part>();
         for(Part p:parts){
             if(p.getPartdesc().matches(keyword+".*"))list.add(p);
         filtered=list.toArray();
    // call filter function to filter
    filter("bath");Thanks!
    PS: This code is neither tested nor compiled.

  • Configure EP to display contents from Solution Manager

    Hello,
    How to Configure EP to display contents from Solution Manager? I want to access Solution Monitoring through Portal, how to do this?
    I will appreciate if someone can help me,
    Waiting for reply,
    Regards
    Sharmishtha

    Hello Lee
    I want to display solution monitoring on portal. I will access the portal instead of solution manager to view CCMS alerts.
    I have configured ccms in solution manager which is my central system, so now i want to display these contents on portal.
    is there any way i can do this task. I have solman 4.0 with SP15. I use work center for this configuration.
    Will appreciate if you can direct me the right way.
    Thank you
    Regards
    Sharmishtha

  • Content Presenter unable to obtain content from UCM for 4 minutes

    We spent about 4 days trying to figure this out until I tried something that worked, based on the log stack traces that I have included. The symptom was that the Home page for the WebCenter Spaces application would often take 4-5 minutes to load. The mechanics, from the trace, are that the Content Presenters, which were only used to display a single image, were unable to load the image from UCM. We got a socket time out, but eventually the image was obtained and the page finally loaded. It did not happen every time, but happened so often that it the Application was unusable. I worked around this problem by using an HTML Markup with <img src=”…. “/>. In 2 of the 3 presenters, they were already using HTML Markups just below the Image, so I just added the image to their markup. This worked just fine, but I am concerned that this occurred using the content presenter – a mainstay of WebCenter. I still am not sure what caused this but it seemed to be some access problems using the UCMBridge.
    BTW, this is a production environment and thus jrockit is being used.
    I would like a good explanation for this, otherwise I think an SR should be filed to get Oracle to either fix this or explain what is going wrong here and how we can avoid it.
    [2012-04-19T16:32:42.174-07:00] [WC_Spaces1] [ERROR] [] [oracle.webcenter.content.integration.RepositoryException] [tid:
    [ACTIVE].ExecuteThread: '66' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: ShivraS1] [ecid: 57473f0c05d9b7
    e0:723c8f24:136c801f307:-8000-000000000000e68e,0] [APP: webcenter#11.1.1.4.0] [[
    oracle.webcenter.content.integration.RepositoryException: oracle.stellent.ridc.protocol.ProtocolException: java.net.Socke
    tTimeoutException: Read timed out
    at oracle.webcenter.content.integration.spi.ucm.UCMBridge.getAccessLevel(UCMBridge.java:856)
    at oracle.webcenter.content.integration.spi.ucm.UCMBridge.getAccessLevel(UCMBridge.java:834)
    at oracle.webcenter.content.integration.spi.ucm.UCMBridge.getUCMAccessLevel(UCMBridge.java:2622)
    at oracle.webcenter.content.integration.spi.ucm.UCMBridge.checkSecurityLevelForNode(UCMBridge.java:2585)
    at oracle.webcenter.content.integration.spi.ucm.UCMBridge.canAccessNode(UCMBridge.java:2554)
    at oracle.webcenter.content.integration.spi.ucm.NodeOps.getNodeFromCache(NodeOps.java:737)
    at oracle.webcenter.content.integration.spi.ucm.NodeOps.getUCMNodeWithId(NodeOps.java:1514)
    at oracle.webcenter.content.integration.spi.ucm.NodeOps.getNodeWithId(NodeOps.java:153)
    at sun.reflect.GeneratedMethodAccessor20824.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestIn
    terfaceVersionWrapper.java:73)
    at $Proxy223.getNodeWithId(Unknown Source)
    at oracle.webcenter.content.integration.federated.internal.filter.logging.NOPSLoggingFilter.getNodeWithId(NOPSLog
    gingFilter.java:101)
    at sun.reflect.GeneratedMethodAccessor20823.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestIn
    terfaceVersionWrapper.java:73)
    at $Proxy223.getNodeWithId(Unknown Source)
    at oracle.webcenter.content.integration.federated.internal.filter.validation.NOPSValidationFilter.getNodeWithId(N
    OPSValidationFilter.java:131)
    at sun.reflect.GeneratedMethodAccessor20822.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestIn
    terfaceVersionWrapper.java:73)
    at $Proxy223.getNodeWithId(Unknown Source)
    at oracle.webcenter.content.integration.federated.internal.filter.cache.NOPSCacheFilter.getNodeWithId(NOPSCacheFi
    lter.java:129)
    at sun.reflect.GeneratedMethodAccessor20821.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.webcenter.content.integration.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestIn
    terfaceVersionWrapper.java:73)
    at $Proxy223.getNodeWithId(Unknown Source)
    at oracle.webcenter.content.integration.federated.internal.delegate.NodeLogic.getNode(NodeLogic.java:240)
    at oracle.webcenter.content.integration.federated.internal.NodeManagerImpl.getNodeByUUID(NodeManagerImpl.java:243
    at oracle.webcenter.doclib.internal.model.presenter.vcr.PresenterRetrievalUtil.getNode(PresenterRetrievalUtil.jav
    a:245)
    at oracle.webcenter.doclib.internal.model.presenter.vcr.PresenterRetrievalUtil.getNode(PresenterRetrievalUtil.jav
    a:88)
    at oracle.webcenter.doclib.internal.model.presenter.vcr.SingleNodeRetrieverImpl.getNode(SingleNodeRetrieverImpl.j
    ava:68)
    at oracle.webcenter.doclib.internal.view.presenter.PresenterRetrievalService.getNode(PresenterRetrievalService.ja
    va:119)
    at oracle.webcenter.doclib.internal.view.presenter.ContentPresenterBackingBean.getNode(ContentPresenterBackingBea
    n.java:212)
    at oracle.webcenter.doclib.internal.view.presenter.ContentPresenterBackingBean.getResult(ContentPresenterBackingB
    ean.java:146)
    at sun.reflect.GeneratedMethodAccessor1299.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at javax.el.BeanELResolver.getValue(BeanELResolver.java:261)
    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    ... 1 more
    Caused by: java.net.SocketTimeoutException: Read timed out
    at jrockit.net.SocketNativeIO.readBytesPinned(Native Method)
    at jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:32)
    at java.net.SocketInputStream.socketRead0(SocketInputStream.java)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    logic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    ... 1 more
    [2012-04-19T16:32:42.178-07:00] [WC_Spaces1] [ERROR] [] [oracle.webcenter.content.integration.RepositoryException] [tid:
    [ACTIVE].ExecuteThread: '66' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: ShivraS1] [ecid: 57473f0c05d9b7
    e0:723c8f24:136c801f307:-8000-000000000000e68e,0] [APP: webcenter#11.1.1.4.0] Apr 19, 2012 4:32:42 PM oracle.webcenter.co
    ntent.integration.spi.ucm.UCMBridge getUCMAccessLevel[[
    SEVERE: Cannot get security info for node ID: /wc_ucm_conn/UCM_CLUSTER-000084
    oracle.webcenter.content.integration.RepositoryException: Apr 19, 2012 4:32:42 PM oracle.webcenter.content.integration.s
    pi.ucm.UCMBridge getUCMAccessLevel
    SEVERE: Cannot get security info for node ID: /wc_ucm_conn/UCM_CLUSTER-000084

    The socket timeout option is not viable because it already takes 4 minutes to get to this point, which is way too long for the customer. I read another post that I cannot find any longer about a setting in the UCM config.cfg file about a SecurityFilter setting that was "..." Trouble is, they don't say which config.cfg as there are at least 4 config.cfg under the ECM dir under the Middleware Home Dir. It is the same file that holds the RidcSocket setting (usually 4444), but in our installation, the socket is set in EM and is not in any of the config.cfg file. If you could clarify the exact setting and which config.cfg file to try, I would appreciate it.
    Thanks.

  • How do I get to display content from an Azure DB , in a SharePoint external list?

    I have an SQL Azure DB, and I am trying to display contents in an external list in SharePoint Online. I have created the external list from the Azure table with BCS and Secure Store as described in the post below...
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/make-an-external-list-from-a-sql-azure-table-with-business-connectivity-services-and-secure-store-HA102933008.aspx
    I am now able to view the column headers for the table, however I don't see any data being displayed. There is a bunch of data in the table, but I can't see anything in SharePoint aside from the column headers.

    Hi Spawn,
    Have you successfully retrieved the database table data in SharePoint Designer 2013?
    There may be some incorrect configurations, I would recommend you create a simple DB table and go through the steps again per your referenced link and below article, see if there is any misconfiguration causing this.
    http://jamesdiblasi.wordpress.com/2014/01/19/sharepoint-online-external-azure-database-as-a-list/
    And also we have a dedicated forum below for Office365 SharePoint Online, you can post there for a better assistance with more experts regarding SharePoint Online issue.
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • JSF pages to display content from external URLs

    Hi,
    Is it possible for a JSF page that uses ADF controls, and the PanelPage component to provide menuing, etc. to actually allow a HTML page (accessed via a URL to an external site/application) to be displayed in an area within the JSF page?
    For example, clicking a menu item to an external HTML page results in the page being displayed in a Frame or similar within the JSF page?
    I've tried the FrameBorderLayout control and Frame control to try to embed a Frame to display such a page via the target setting for a menu item, but that doesn't seem to work. At least not when within a PanelPage. It works within a basic JSP page.
    I would have thought it would be possible for a JSF application to incorporate HTML content from other sites/servers as if part of the application. Even if this meant defining "wrapper" pages of some sort to effectively link these into the JSF application as part of it's navigation rules.
    Or am I missing something?
    Gene

    Thanks,
    Yes, using an iFrame tag within a verbatim tag worked, allowing me to specify an external URL to a page which is then displayed at the location where I placed the verbatim tag. I need to investigate sizing/border settings, but at least I now seem to be able to embed such pages.
    This works.
    I tried jsp:include as well, but that only seems to allow relative URLs to pages that a part of the application. And using the c:import JSTL tag would import a page at an external URL, but didn't seem to position it where I wanted it.
    Gene

  • Why can't I display content from more than one domain in my web app?  Is there a workaround?

    I'm trying to display 2 datasources in different views of my web app, an rss from twitter, and an rss from wordpress,  but for some reason dashcode doesn't allow this.  Is there code that can fix this?  A source paramater change code (shown below) is provided in dashcode, but I don't know how to implement this, or if it will even solve the problem.  Can anyone help?
    // Retrieves data source. Sets a query parameter "category" to "Apple"
    var dataSource = dashcode.getDataSource("detailRequest");
    dataSource.setValueForKeyPath("Apple", "parameters.category");

    If you have the Creative Cloud and the Photoshop subscriptions in the same ID, then that's the issue:
    http://www.adobe.com/products/creativecloud/faq.html
    Can I buy more than one membership to an individual offering of Creative Cloud? 
    No, Adobe has moved to identity-based licensing with a technology that will not support multiple same-product licenses, so you can buy only one membership per Adobe ID. If you need two Creative Cloud memberships, you will need to purchase each with a unique Adobe ID. You can also purchase a Creative Cloud for teams membership, which allows you to purchase and manage multiple seats under one account.
    Just talk with Adobe customer's support and they will help you sort it out.
    Cheers,

  • Sensitive Data Breach; FF displays content from a previously loaded plugin when displaying new content from within another pugin

    Sensitive Data Breach.
    When loading content from a plugin, such a pdf or flash, any content from previously viewed content from a plugin is flash before the new content is displayed.
    In our app we show sensitive information and this represents a data breach.
    This issue present across or between the same or different plugins. Silverlight - > PDF, PDF -> PDF, etc.

    In reviewing the steps to re-create the problem, I'm not sure I understand what's happening.
    <br>1. Load some flash content
    2. Leave the Tab open or Close the tab
    3. Load a pdf within the browser in another tab.
    <br>Note: Ensure Options -> Tabs -> "When I open a link in a new tab, switch to it immediately" is selected.
    <br>Note: Ensure you clear your cache so plugin content is downloaded.
    <br>The longer it takes to download the pdf the longer the sensitive data will be displayed. When the plugin fails content may be displayed indefinitely.
    (I view PDFs outside the browser, so I haven't attempted to re-create the above scenario.)
    Are you saying that Flash content appears where the PDF is supposed to load, or a previous PDF appears?
    I assume this previously viewed data doesn't survive a shut-down and restart of Firefox. Is that correct?

  • How to get top downloaded or accessed content from ucm in webcenter

    Hi,
    How to get the top ucm accessed contents or downloads from ucm using ridc?
    Is it possible to retrieve content tracker details using ridc?
    Thanks,
    Chandrasekar M

    Like anything else Content Tracker functionality is provided in a form of services, but it might require a bit search to find which services are to be called and how.
    However, Content Tracker stores data in the database tables - (also to be available for External Report Generator), so why not to take data directly from the database? Alternatively, you could configure the system to send reports for you and take it from there.
    What exactly is your use case?

Maybe you are looking for