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

All Superinterfaces:
IBaseProperty

public interface IFileProperty
extends IBaseProperty

Represents a file property, which can be added to an IDataEntryTemplate. A sub-type of IBaseProperty.

A file property allows a file to be uploaded as the property value in a content item.

The value of the property can be retrieved using IContentItem.getFilePropertyValue(com.plumtree.remote.prc.content.property.IBaseProperty) and updated using IContentItem.setFilePropertyValue(com.plumtree.remote.prc.content.property.IBaseProperty, java.lang.String, java.io.InputStream).


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.