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 Document and Folder Operations

Documents are any kind of file uploaded to a Collaboration project, including spreadsheets, presentations, images, and PDF files. Documents are organized in a standard folder taxonomy. The PRC Collaboration API in the IDK (com.plumtree.remote.prc.collaboration.document) provides full access to documents and folders, allowing you to query, create, or modify these objects.

The PRC Collaboration API provides access to the following document functionality:
  • Collaboration Workspace: Query, create, copy, modify, and delete documents and folders in Collaboration projects.
  • Folder Organization: Create new folders and subfolders, copy existing folders and documents, and insert new documents.
  • Version Control: Check in and check out documents, and query version information. The system retains a history of all versions.
  • Subscriptions: Provide users with e-mail notifications when an activity occurs, such as deleting or modifying a document.
For details on using remote Collaboration document and folder operations, see the following topics:

  Back to Top      Previous Next