Package com.plumtree.remote.prc.content.dataentrytemplate

Provides interfaces for creating, modifying, managing, and retrieving Data Entry Templates.

See:
          Description

Interface Summary
IDataEntryTemplate Represents a Data Entry Template in Publisher.
IDataEntryTemplateManager Interface for managing IDataEntryTemplates.
 

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

Provides interfaces for creating, modifying, managing, and retrieving Data Entry Templates. (See Data Entry Template Examples.)

See the Data Entry Template documentation for code samples on how to create a Data Entry Template, add properties, and attach Presentation Template to a Data Entry Template.

Refer to the Administrator Guide for AquaLogic Interaction Publisher for additional details on Content Data Entry Template functionality.

Note: Data Entry 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.