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

Provides interfaces for creating, modifying, managing, and retrieving Presentation Templates.

See:
          Description

Interface Summary
IPresentationTemplate Represents a Presentation Template in Publisher.
IPresentationTemplateManager Interface for managing IPresentationTemplates.
IPublishablePresentationTemplateManager 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 Examples for sample code on how to create and retrieve Presentation Templates.) Refer to the Administrator Guide for WebCenter Interaction Publisher for API documentation, sample template text values, and details on presentation template functionality.

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