Package com.plumtree.remote.prc.content.folder

Provides classes and interfaces for creating, modifying, removing, and retrieving Content folders (See Content Item Example for sample code on how to create and retrieve folders).

See:
          Description

Interface Summary
IFolder An IFolder represents a folder in the Content Server which is a container for IContentItem, IDataEntryTemplate, IPresentationTemplate, ISelectionList, and other IFolder objects.
IFolderManager IFolderManager is an interface for managing IFolder functionality.
 

Package com.plumtree.remote.prc.content.folder Description

Provides classes and interfaces for creating, modifying, removing, and retrieving Content folders (See Content Item Example for sample code on how to create and retrieve folders). Folder security is managed by the Content Server Explorer.

Content item security inherits the security of its containing folder, i.e. if a portal user has read permission for a folder, he will be able to retrieve all the content items contained in that folder.

Note that currently the remote API does not provide a way to manage security for any Content Server object, nor expose any administrative control. The security level of a newly-created, persisted folder will inherit the security of its parent folder by default. Please use the Content Server Explorer for administration or security modification.

Refer to the Administrator Guide for Content Server for additional details on Content folder functionality and folder security management, or see Plumtree Developer Center for developer discussions and additional documentation.

Note: Folder names cannot be an empty string, cannot be longer than 255 characters and are case-insensitive.

Since:
EDK 5.2


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.