Package com.plumtree.remote.prc.content.property

Contains Publisher properties and the Property Manager class.

See:
          Description

Interface Summary
IBaseProperty Base class for all Publisher properties.
IBooleanProperty Represents a boolean property, which can be added to an IDataEntryTemplate.
IDateProperty Represents a date property, which can be added to an IDataEntryTemplate.
IDoubleProperty Represents a double property, which can be added to an IDataEntryTemplate.
IFileProperty Represents a file property, which can be added to an IDataEntryTemplate.
IImageProperty Represents an image property, which can be added to an IDataEntryTemplate.
IIntegerProperty Represents an integer property, which can be added to an IDataEntryTemplate.
IItemCollectionProperty Represents a content item collection property, which contains an array of content items and can be added to an IDataEntryTemplate.
IItemReferenceProperty Represents a content item reference property, which contains a single content item and can be added to an IDataEntryTemplate.
IPropertyManager Interface for managing Publisher properties.
ISelectionListProperty Represents a selection list property, which can be added to an IDataEntryTemplate.
ITextBlockProperty Represents a text block property, which can be added to an IDataEntryTemplate.
ITextLineProperty Represents a text line property, which can be added to an IDataEntryTemplate.
 

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

Contains Publisher properties and the Property Manager class. (See Content Item Examples for sample code on how to create and add properties to a Data Entry Template.)

Refer to the Administrator Guide for AquaLogic Interaction Publisher for additional details on Publisher property types and usage.

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

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.