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 Collaboration APIs

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

The PRC Collaboration API can be used to access existing ALI Collaboration objects. Each object interface provides a GetDetailsURL method that returns the URL to the associated detail page in ALI Collaboration. To create a URL to a Collaboration component, first obtain an instance of the associated object, then call the getDetailsURL method.

For details on remote Collaboration APIs, see the following topics:
Each object interface allows you to determine a user's permissions for a specific Collaboration object in two ways:
  • Get the access level for each role (getAccessLevel).
  • Determine whether a specific action is permitted (isActionAllowed).
For details, see Managing Collaboration Project Roles Using the IDK Remote API.

For more details on ALI Collaboration functionality, see the Administrator Guide for AquaLogic Integration Collaboration and the Collaboration online help.


  Back to Top      Previous Next