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

Provides interfaces for creating, modifying, managing, and retrieving content items (See Content Item Example).

See:
          Description

Interface Summary
IContentItem An IContentItem represents a content item.
IContentItemManager IContentItemManager is an 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 Example). This complete command-line sample includes major content item functionality, folder retrieval, Data Entry Template creation and property value updates.

Also see content item 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 Content Server for additional details on Content Item functionality, or see Plumtree Developer Center for developer discussions and additional documentation.

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