AquaLogic User Interaction Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

About Remote Publisher APIs

The IDK's remote Publisher API (com.plumtree.remote.prc.content) provides programmatic access to many of the objects stored within AquaLogic Interaction Publisher. Use this remote programming interface to embed Publisher components and functions into any web application delivered through the ALI framework.

You can publish simple HTML pages by creating and publishing either content items or Presentation Templates. The published HTML content is managed by Publisher—which stores the published pages in your portal's subnet, controls who can access them, and makes them searchable.
Note: Published content is not searchable by default. For more information on indexing and making content available for search, see Publishing Publisher Content Items Using IDK Remote APIs.
You can create published content portlets, which provide access to content items from within a portal page. The following portlet types can be created using the Publisher portlet templates and the Published Content Web Service:
  • Announcement portlets display a formatted text message that Community Managers (or any user with an Editor or higher role for the folder) can edit and publish. The portlet can display one or more content items that include images, links to Web sites, or other content.
  • News portlets display a list of links to published content items (articles). The articles themselves, which can be accessed by clicking a link in the News portlet, are launched on individual article pages.
  • Community Directory portlets display articles in a folder structure.
For details on using remote Publisher APIs, see the following topics:

For details on Publisher functionality, see the Administrator Guide for AquaLogic Interaction Publisher and the Publisher online help.


  Back to Top      Previous Next