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

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

See:
          Description

Interface Summary
IBaseProperty Base class for all Content Server 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 Handles creation of various types of Content Server properties, all of which are sub-types of IBaseProperty.
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 Content Server properties and the Property Manager class (See Content Item Example for sample code on how to create and add properties to a Data Entry Template). Refer to the Administrator Guide for Content Server for additional details on Content Server property types and usage, or see Plumtree Developer Center for developer discussions and additional documentation.

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

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.