com.plumtree.remote.prc.content.property
Interface IItemReferenceProperty

All Superinterfaces:
IBaseProperty

public interface IItemReferenceProperty
extends IBaseProperty

Represents a content item reference property, which contains a single content item and can be added to an IDataEntryTemplate. A sub-type of IBaseProperty.

An item reference property allows an existing content item to be set as the property value in a content item that contains this property.

The value of the property can be retrieved using IContentItem.getItemReferencePropertyValue(com.plumtree.remote.prc.content.property.IBaseProperty) and updated using IContentItem.setItemReferencePropertyValue(com.plumtree.remote.prc.content.property.IBaseProperty, com.plumtree.remote.prc.content.item.IContentItem).


Methods inherited from interface com.plumtree.remote.prc.content.property.IBaseProperty
getDescription, getDisplayName, getName, setDescription, setDisplayName, setName
 



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.