Package com.plumtree.remote.prc.content.item

Provides interfaces for creating, modifying, managing, and retrieving content items.

See:
          Description

Interface Summary
IContentItem Represents a content item.
IContentItemManager Interface for managing IContentItem instances.
 

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

Provides interfaces for creating, modifying, managing, and retrieving content items. (See Content Item Examples.) This complete command-line sample includes major content item functionality, folder retrieval, Data Entry Template creation and property value updates.

Also see the IContentItem documentation for details and code samples on how to create, check out, check in, preview, and publish a content item.

Refer to the Administrator Guide for AquaLogic Interaction Publisher for additional details on Content Item functionality.

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

A content item will be automatically deleted if the underlying Data Entry Template has been deleted.

The steps below describe common interactions between different Content Server objects.
1. Create a Data Entry Template.
2. Add one or more Content Server properties to the Data Entry Template and store the template.
3. Create a Presentation Template for the Data Entry Template.
4. Attach the Presentation Template to the Data Entry Template and store the Data Entry Template.
5. Create one or more content items using the Data Entry Template.
6. Set values for properties on the content item and check in the content item.
7. Preview and publish the content item.
Note: One or more content items can be created using the same Data Entry Template; however, only one Presentation Template can be attached to a Data Entry Template.

@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.