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

Provides classes and interfaces for creating, modifying, removing, and retrieving Publisher folders.

See:
          Description

Interface Summary
IFolder Represents a folder in Publisher that is a container for IContentItem, IDataEntryTemplate, IPresentationTemplate, ISelectionList, and other IFolder objects.
IFolderManager Interface for managing IFolder functionality.
 

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

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

Content item security inherits the security of its containing folder; 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: Currently the remote API does not provide a way to manage security for any Publisher 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. Use Publisher Explorer for administration or security modification.

Refer to the Administrator Guide for AquaLogic Interaction Publisher for additional details on folder functionality and folder security management.

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

Since:
IDK 5.2


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.