Package com.plumtree.remote.prc.content.presentationtemplate

Provides interfaces for creating, modifying, managing, and retrieving Presentation Templates (See Content Item Example for sample code on how to create and retrieve Presentation Template).

See:
          Description

Interface Summary
IPresentationTemplate IPresentationTemplate represents a Presentation Template in the Content Server.
IPresentationTemplateManager IPresentationTemplateManager is an interface for managing IPresentationTemplates.
IPublishablePresentationTemplateManager IPublishablePresentationTemplateManager is an interface for managing IPresentationTemplates that do not have an associated IDataEntryTemplate and can be published standalone (without a content item).
 

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

Provides interfaces for creating, modifying, managing, and retrieving Presentation Templates (See Content Item Example for sample code on how to create and retrieve Presentation Template). Refer to the Administrator Guide for Content Server for API documentation, sample template text values, and details on presentation template functionality, or see Plumtree Developer Center for developer discussions and additional documentation.

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

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.