Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

Plumtree.Remote.PRC.Content.Folder Namespace

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 the 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. Use Publisher Explorer for administration.

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

Namespace hierarchy

Interfaces

InterfaceDescription
IFolder Represents a folder in Publisher that is a container for IContentItem, IDataEntryTemplate, IPresentationTemplate, ISelectionList, and other IFolder objects. Any modifications to the IFolder metadata will not be stored permanently until Store is called.

If you associate a folder with a portlet, then all content items in that folder or its sub-folders will be indexed by the Search server and made searchable. See the AddAssociatedPortletID method documentation on how to add an associated portlet ID to a folder.

Prior to associating a portlet to a folder, either a content item or a publishable Presentation Template in that folder must be associated with the same portlet.

To associate a portlet with a content item and make it searchable, see IContentItem.SetAssociatedPortletID.

To associate a portlet with a publishable Presentation Template, see IPresentationTemplate.SetAssociatedPortletID. Note: Publisher does not support making a publishable Presentation Template searchable.

Refer to the Administrator Guide for AquaLogic Interaction Publisher for additional details on portlet association with a content item, a Presentation Template or a folder.
IFolderManager Interface for managing IFolder functionality. Handles folder creation, removal and retrieval. An IFolder is a container for other Publisher objects, such as IContentItem, IDataEntryTemplate, IPresentationTemplate, ISelectionList, and other IFolder objects.

For additional details about folder functionality and folder security management, see the Administrator Guide for AquaLogic Interaction Publisher.

Note: The folder security management is handled primarily by the Publisher Explorer. Currently the remote API does not provide a way to manage security for any Publisher object or expose any administrative control.

When a new folder is created and stored, the security level of the newly-created folder will inherit the security of its parent folder by default. Use Publisher Explorer for administration or security modification.