Content Area - Java API

Hi All,
If there a Java API for the content area? I need to implement a portlet which will need to deal with the content area.
Any insight will be greatly appreciated!
Vince

ignore my last question, I found an example on the internet.
The whole reason why I have to write my own search portlet was that the search portlet came with oracle portal does not support search for selected content areas, it has to be one or all. When I look at the procedure call submit_search in the content area API, it also only supports searching in one/all area(s) according to the parameter ( I copied & pasted it from the doc):
p_caid - The ID of the content area to be searched. Note: If you enter the value 0, all content areas are searched.
Datatype: in number
Default: 0
It were an array of number instead of just number, then I could pass in the content area IDs to be searched. I couldn't do so, because it only accepts the specific ID or 0 (for all). Is there any workaround?
Thanks,
Vince
null

Similar Messages

  • What are JAVA API are threaded in default list plz

    hi every body
    Can u give me List of JAVA API are threaded default

    Can u give me List of JAVA API are threaded default1. Java is not an abbreviation.
    2. What do you mean?

  • Is there any java API throgh which My program can get harddisk,cpu ID adres

    hello
    Is there any java api throuh which i can get hard disk and processor serial numbers.
    i have already use
    process p=Runtime.getTime().exec("cmd command");
    please other than this send any java api, progamming technique that remain same on all plate forms
    advance thanks
    best regards

    >
    Is there any java api throuh which i can get hard disk and processor serial numbers.
    i have already use ..>1) What business is that information to your app.? Or to put that another way. Why do you want to know?
    2) Those words are 'Java', 'API' and 'I' (which is always upper case).
    3) One upper case letter should be used at the start of each sentence, not just once at the start of a post.

  • Where are the Java API classes?

    Hello All,
    I understand that Oracle9i uses a Java API different than those older classes found in sdoapi.zip here on the OTN.
    Problem is, I don't know where to find them in my newly-installed 9iR2.
    Can anyone help me with this simple question or point me to appropriate documentation?
    Thanks!
    -- john

    I believe the new Java API classes are slated for 10i.

  • Modify a content area item so it is approved (via API?)

    Hi,
    Does anyone know of a way to programmatically modify an item that has been created with approval so that it is approved?
    I am trying to integrate a workflow process to item addition in content areas so that the final step is to programmatically approve it(thus making it appear in the folder). The publicly available API procedures/functions to modify/create an item do not specify a way to approve as well.
    Can this be done? Thanks in anticipation

    Hi,
    I havent heard of this problem..
    There is a bug in using LOVs in content area where in the LOV's dont appear if the number of rows are huge.
    Have you tried creating an LOV using scott.emp and using it .....
    Pl. mention the exact steps where in you are facing this problem, havent come across this .
    Thanks,
    Anu

  • Searching a content area with a (java) function

    I have to write a function (possibly java) for running an
    Intermedia search on a portal content area. The function should
    be called with search parameters, returning a list/array with
    search results.
    I saw the submit_search PL/SQL function (I could even call
    directly the search URL with all the parameters), but both the
    solutions returns a quite complex html page, difficult to parse
    for getting results in a table/array.
    Any suggestion?

    The actual query that we use for advanced search is quite
    complex and subject to change from release to release.
    Depending on what you want to search on, you could try using the
    content area views that are documented in the PDK instead of an
    interMedia search.
    Regards,
    Jerry

  • Are there any Language Translators Libraries with Java API

    I have a single xml document that contains all the text displayed in my application. I now want to translate the text into other languages and I thought I could do it my using the SAX to parse the individual elements, translate the text and then write out the resulting file. Are there any open source/java libraries that can translate text into other languages.
    For now I am just interested in the most popular European languages, French,Spanish,German and Italian

    I hear what you are saying, but if it could just make start that would be great. I have a program that I have been very careful to ensure all text is localized but I dont have the time/expertise to translate it myself or the funds to get it done professionally. I also have my help manual in docbook xml format so would like to translate that as well.
    I thought AltaVistas BabelFish might have a Java API but have been unable to find one.
    Also even if the translation was to be done by humans it is very difficult for a translater to edit the file in xml format,so I think I still need a process to extract the text from the file, allow it to be translated, and then read it back in.

  • Using Content Area API's

    Hi,
    I want to use public API to add items to content areas. However this API ( wwsbr_api) seems only work when user is Portal30. When i try to run this API with other user it fails.
    i've run the script sbrapi.sql to add some grant to the user.
    This is the command that i'm trying to run with a database user that is diferent from portal30
    declare
    id number;
    begin
    ID := portal30.wwsbr_api.add_content_area
    p_name => 'ENTERTAINMENT',
    p_display_name => 'Entertainment Site',
    p_versioning => portal30.wwsbr_api.VERSIONING_AUDIT,
    p_default_language => 'us',
    p_logo_filename => 'c:\temp\confirmar.gif'
    end;
    This is the error that is raised ..
    The following error has occurred:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30.WWSBR_API", line 32
    ORA-06512: at line 4
    i'll apreciate some help
    Thanks
    Pedro Ribeiro

    I forgot some info ...
    I'm using Portal 3.0.8 in a 8.1.7 database
    Platform is Windows Nt

  • Does the content area API work with Release 2?

    Does the content area API work with Release 2 yet?

    Release 2 page group APIs will be available in early 2003, in the first PDK version following the 9.0.2.6 (upgrade) release. These APIs will be backward compatible with the 3.0.9 content area APIs.

  • Some question about mdm java api and portal content

    Hi Gurus,
    I am new to MDM. I am going to develop some web dynpro application using mdm java api.
    My question is regarding the relationship between MDM version and NW version:
    for example
    1.MDM5.5 JAVA api can be deployed to CE 7.11 server?
    2.MDM7.1 JAVA API can be deployed to CE 7.11 server? or can only be deployed to CE server.
    the same question for the MDM portal content.
    the possible dev environment  for our company would be:
    1.MDM7.1
    2.CE7.2(do we need another EP7 server for the UWL?)
    Best regards,
    John

    Hi,
    I am using Portal 7.0. MDM version is 7.1.
    My problem is ... i am trying to connect WebDynpro (JAVA) to MDM7.1. But am unable to do so. I have a WD Frame in which i have a WD iView and the MDM iView. But i am unable to pass parameters from the WD iView to MDM Item Details iView.
    Note:
    1. I have deployed MDM JAVA API on NWDS
    2. I have specified " * " as a parameter to pass from the URL in the Item Details iView.
    Please help.
    Every help that i have read talks about CE7.1 but not NW 7.0
    -Alpana

  • Documentation about Content Area APIs and Views

    Can somebody point me to the documentation about Content Area APIs and also the documentation about the views of the Content Areas ?
    I have not been able to find nothing else that what is available in the package specs.
    Thank you for your help.

    Hi,
    Please Refer to this thread.
    Re: eclipse designer not found in Beta 3
    --Sriram                                                                                                                                                                                                                                   

  • Anybody Wrestle with this beast "Content area API"

    Hi
    Has anybody harnessed the Content area API of portal version 308.
    I am laying down the specs to write a command line utility for item upload.
    I was wondering if i am pioneer or we already have pioneers...:)
    also if pioneers are willing to share their experiences.

    Harish,
    This question is more appropriate for the "Oracle 9iAS Content Areas" section. Try it there...

  • Are there any JAVA APIs that control usb ?

    i can't find any document JAVA APIs that control usb�C
    help me !!

    I think there is an API planned. But I think it is still in the specification state. Search the developer connection.

  • How can I create a new User with the Java API like OIDDAS do?

    Hello,
    I'm currently working on an BPEL based process. And i need to create an OCS user. So far I can create an user in the OID. But I cant find any documentation about given this user an email account,calendar and content function etc.
    Did anybody know if there are some OIDDAS Webservices? Or did anybody know how to do this using the Java APIs?

    You are asking about a Database User I hope.
    You can look into the Oracle 8i Documentation and find various privillages listed.
    In particular, you may find:
    Chapter 27 Privileges, Roles, and Security Policies
    an intresting chapter.
    You may want to do this with the various tools included with 8i - including the
    Oracle DBA Studio - expand the Security node and you can create USERS and ROLES.
    Or use SQL*Plus. To create a
    user / password named John / Smith, you would login to SQL*Plus as System/manager (or other) and type in:
    Create user John identified by Smith;
    Grant CONNECT to John;
    Grant SELECT ANY TABLE to John;
    commit;
    There is much more you can do
    depending on your needs.
    Please read the documentation.
    -John
    null

  • Accessing the Contact field on a Content Area Programmatically

    I'm implementing some functionality to email the owner of a content area when a new document is submitted for
    approval.
    I have not trouble accessing and manipulating the content areas, folders, regions and items programmatically,
    but when I get to the simple bit of looking up the contact for a content area to send the email I can't find the contact
    property in any view, all of my WWSBR_% views MAILTO_DISPLAY_NAME values are '0'.
    Does anyone have any idea how to access this Contact field (from Edit Folder -> Optional Properties tab) from PL/SQL
    (or Java for that matter) either through a view, table or API call?
    Regards,
    Rob Paterson

    Hi Robert,
    Ur statement states that
    "I have no trouble accessing and manipulating the content areas, folders, regions and items programmatically"
    Can u throw some light on the same by possibly sending some codes to achieve the same.Our requirements are as under:-
    1)When the content area is added with various privileges to a particular users page he needs to click on edit in order to add Item/folder or manage the same.Is it possible to show(either by customizing or programatically) the same links by doing away with the edit link and directly displaying the privileges(i.e. add item,folder properties) when he logs in.
    2)As the situation stands now when a document is uploaded for approval only Portal30 can approve the same though the relevant privileges have been provided for various users.The icon for approval doesnt appear when the content area is added as a portlet.The only way of approval seems to be for portal30 to log in and navigate to the particular content area and click on the same.The items awaiting approval appear with a approve icon wherein he can approve the same.But the same fail to appear when published as a portlet.
    Our project is under tight schedule so any help would be a gr8 help.
    Thanks in advance.
    Regds.
    Kiran.

Maybe you are looking for

  • Printer setup problems

    I received a new Officejet 7612 yesterday and have been having trouble setting it up. I'm setting it up using a MacBook Pro (2012) with Yosemite OS. I've followed all of the set up instructions received with the device and downloaded the drivers for

  • Time Machine, External Hard drive, and the Windows Partition

    Is it possible for me to back up my mac with Time machine, and also back up my windows partition on the same HD? I just got the External HD today, so I'm very new at this. Thanks for your help.

  • Mac Mini and Boxee as a media center

    Seriously considering bying a Mac Mini to run as a media center. Has anyone some recent (2011) experiences, good and bad with Boxee to do the job? Also, is the low-end Mac mini (2.3 GHz, 2GB RAM,Intel HD Graphics 3000) powerful enough to stream HQ mo

  • JFX 2.0 -fx-highlight-text-fill style has no effect

    When I try to set the highlight-text-fill style for a TextBox, it has no effect. The highlight-fill style, however, works as expected. public void start(Stage primaryStage) {     final TextBox tb = new TextBox(100);     tb.setStyle("-fx-font-size: 3e

  • Crystal Reports version 8.5 media needed.

    We have a Crystal Reports server which crashed, and lost it's boot drive. We need to obtain a "prior" version of Crystal Server software, believe it is 8.5 Install media to complete rebuild of this function. Our backups had corrupted files on them, a