Portal API documentation

Do you know where can I get from some documentation (as a file, not online) about Portal Java API (Classes, objects, such things).
For example I want to create my own search portlet, but I haven't information about how to access the portal objects (pages, items, and so on).
Please help with this!!!

And because there are broken links like the "Provider Defnition XML Tag Reference v2" at
http://www.oracle.com/technology/products/ias/portal/html/javadoc/xml_tag_reference_v2.html.
Where is the XML tag reference?
Thanks,
HJB

Similar Messages

  • Portal API Documentation for 4.5ws

    Hi,
    Can anybody help me find Portal API documentation for 4.5ws on this site.
    Thank you,
    Lakshmi Narayana

    And because there are broken links like the "Provider Defnition XML Tag Reference v2" at
    http://www.oracle.com/technology/products/ias/portal/html/javadoc/xml_tag_reference_v2.html.
    Where is the XML tag reference?
    Thanks,
    HJB

  • Customization, API documentation

    Where does the source code reside for portal components such as forms, reports, charts etc.? Is that possible that I can add my own customized codes in order to fit my needs (such as client side data validation using javaScript, adding a few text line etc)?
    Where does the page source code reside? How can I access it and do some customization?
    Is there any documentation on portal API?
    Thanks for your help.
    null

    You can get documentation on the portal APIs from the Portal Development Kit (PDK). Do a search on technet for 'pdk' and it will come up in the results. There is documentation on the APIs for PL/SQL and Java.

  • UCM Java API documentation

    Hello,
    SharedObjects.getEnvironment() method is deprecated, but didn't find any documentation on intradoc java api... So what method should be used instead? Does any body knows where to get intradoc java api documentation (even for Oracle ISV partners). There is no such documentation on Oracle portal, on partner portal, ...
    Many thanks in advice.

    From our development team:
    In 10gR3, getEnvironment has been replaced by two different methods.
    getSafeEnvironment: Gets the environment without variables that are considered unsafe to expose. For instance, it won't include JdbcPassword, IntradocDir, etc. A complete list is in the resource table SecureEnvironmentKeys in the file std_resources.htm. When evaluating Idoc script in an unsafe context (which is most of the time), the DataBinder should have a reference pointer to the safe environment and not the secure environment.
    getSecureEnvironment: This includes all configuration parameters. It is used when doing admin level tasks of all sorts.
    Also, the getEnvironment method still exists, but it is a pointer to getSafeEnvironment.

  • How do I access the remote(requesting) clients IP address through the Portal API?

    How can I access the remote(requesting) clients IP address through the Portal API?
    On our 4.5 - IIS system, we can acces it using the Request.ServerVariables("Remote_Addr") in the ASP pages.
    We are deploying 5.0 on Java Portal and would like to be able to do this through the Portal's API so I can call it in one of our custom login Activity space or control etc.
    I have looked documentation for the HTTPServletRequest object. It seems like we should be able to access it through one of the methods getRemoteAddr if we can get a handle to HTTPServletRequest object through the Plumtree's framework.
    I think the XPRequest object encapsulates the HTTPServletRequest but I didn't see getRemoteAddr method listed in the Javadocs.
    Is there a way to access the client's IP address through the Plumtree's framework?
    I need to do this so we know the location of the user and in our business case we have fixed IP adresss which let us identify which location is user accessign the system from. We can't do this through preferences or profile because we have to use generic userid for the specifc group of users.
    Any help on this would be appreciated.
    Thanks.
    Vanita

    Hi, Vanita. For now, you can use
    stringsClientIP = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"].ToString();
    Hope that helps!
    Sarah

  • Portal API & HTMLB

    Dear All
    I am bit new for portal and i want to learn Portal API and HTMLB Completely .
    Please provide me with documents/Links that give me step by step information about developeing and understanding Portal API and HTMLB
    Thanks in advance
    Regards
    Krishan Kumar Yadav

    Hi Krishan
    Refer to these links :
    http://help.sap.com/saphelp_nw70/helpdata/en/fd/01f34026d70b06e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/44/471ce3617b14bce10000000a155369/frameset.htm
    Refer to this thread also :
    Documentation on HTMLB
    I have some documents on htmlb ...Give me ur mail id ..i will send to u
    Thanks
    Monika
    Edited by: Monika Jain on Feb 27, 2008 12:54 PM

  • Link b/w orclIsEnabled on OID and portal API calls wwsec_api.activate_user

    Hi Folks,
    I am just curious about the account status on OID and access on portal user profiles.
    Is account activation or deactivation in OAS portal (using wwsec_api.activate_portal_user/ deactivate_portal_user calls) related to the OID enable/ disable of an account using orclIsEnabled field?
    i think the portal api calls control the portal access in the wwsec_person$ tables. but does it also reflect on to the orclIsEnabled field?
    any guidance will be highly appreciated!
    AMN

    I'm not 100% positive but I do not think the portal account activation/deactivation calls change the orclIsEnabled attribute in OID since there are times when a user in OID may still be enabled for SSO purposes but that same user may be deactivated as a portal user.

  • Where to find API documentation on massage handling from Email to PDA?

    Where to find API documentation on massage handling from Email to PDA? and vice versa..?

    You'll have to help me understand what you want to do.
    :"message handliing from e-mail to pda" doesn't mean much to me.
    We prrovide ENS, which is what most folks that want notification to pda's want.

  • How to include Portal API's

    Hi,
    how can I include the Portal and the PCD GL API.
    Where can I get these .jar files?
    I installed the PDK and tried to get the jar's from there but I got an error by doing that. Also changing the property (as described) in the Visual Administrator did not work.
    Thanks in advance,
    Thomas

    Hi Francisco,
    I have to develop a Web Dynpro Tool, which should be able to create Folders, iViews, Pages ...
    in the Portal Content Directory. (Not with the Portal Admin Studio, but programmatically)
    Therefore I need the two API's (Portal API and PCD GL API)
    Under  <a href="http://help.sap.com/saphelp_nw04/helpdata/de/df/eb5c42da4de92ce10000000a1550b0/frameset.htm">help.sap.com</a>
    I followed the instructions to create an iView, but I wasn't able to include all the needed classes, because I can not find the .jar files (for these API's) to include into the DevStudio.
    I searched in the Filesystem and tried to get these files from the PDK, but I have not found it till now.
    Where can I find these files?
    com.sap.portal.ivs.api_iview_api.jar
    com.sap.portal.ivs.api_landscape_api.jar
    Thanks in advance,
    Thomas

  • Calling Portal APIs from Apex

    I have posted this on the application express forum as well, not sure who will come up with the answer, so here is my question anyway.
    I am trying to call the portal.wwsec_api from within an apex application. The application is parsed using the portal schema so has all the correct grants by default.
    The code I am using is:
    declare
    l_person_rec wwsec_person%rowtype;
    begin
    l_person_rec := wwsec_api.person_info
    p_user_name => 'PORTAL'
    :P3_USER_INFO:=l_person_rec.user_name || l_person_rec.first_name;
    exception
    when others then
    :p3_user_info:=sqlerrm;
    end;
    This code (minus the item references) runs fine in sqlplus, but errors when I run it in apex. I have narrowed it down to the api that is erroring as I can access the table direct.
    Can anyone help with this?
    Thanks

    I have now solved this problem. If you want to access portal apis from apex you need to set a portal context like this:
    portal.wwctx_api_private.set_context( p_user_name => 'portal'
    , p_password => 'portal');
    This shouldn't impact security as the value of p_password does not have to be your schema password it can be set to anything.

  • Online Javascript API Documentation??

    Where is the online Javascript API Documentation? This link has been broken for over two weeks:
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/wwhelp/wwhimpl/js/html/wwhelp. htm?href=JS_Dev_Overview.71.1.html&accessible=true
    If this information has moved can someone point me in the right direction?
    thx
    PP

    Thanks Gilad--
    I didn't think to check the downloads--thanks for that tip.
    Do you know if the online documentation will return?
    thx
    PP

  • Where to find the API documentation for MS SQL Server 2000 JDBC

    I Downloaded and installed the MS SQL Server 2000 JDBC package, but I found that it does not provide enough help docs such as API documentation, demo and etc.
    It would be most grateful if you would provide some information about this driver.

    Thank your for your kind attention.
    For example, I want to get a ConnectionPoolDataSource object to get a PooledConnection object, but I don't know which class implements the interface.
    import java.sql.*;
    import javax.sql.*;
    import <classes related to connection pooling>;
    ConnectionPoolDataSource cpds = new <MS impl>;
    <lines for setURL()/setUser()/setPassword, etc>
    PooledConnection pc = cpds.getPooledConnection();
    ...

  • How to download Java API documentation?

    How to download Java API documentation?

    Oh my... don't the question in here just get more and
    more basic?
    Try and have a look at http://java.sun.com/docs/
    Tell me if you need help with pressing on any of the
    links at that page.
    :)I keep pressing on the links and nothing happens and now my screen is covered in finger smudges.

  • Where is the api documentation?

    Um, I signed up for my key and cannot find the api docs anywhere.
    Would someone please provide a link to the api documentation?
    Thank you.

    Wait... is this it? https://learn.adobe.com/wiki/display/kulerdev/B.+Feeds
    Oh lord...

  • Were is the "old" api documentation?

    Does anybody know were sun keeps the "old" api documentation. I really need the JSDK 2.0 documentation but cannot seem to find it.
    Thanx!
    Jasper.

    ...sorry, no it's not there:
    I am looking for the JSDK (Java Server Development Kit, that's what it was called back then) version 2.0. The closest I've come so far is at the archive (http://java.sun.com/products/archive/index.html) where JDK's as far back as 1.0.2 can be found, but I need the documentation for the javax.servlet and related packages, classes etc. which I can't find.
    So, again (maybe someone @ Sun knows where to look) where is the JSDK 2.0 documentation?
    Jasper.

Maybe you are looking for