Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IDataEntryTemplate Methods

The methods of the IDataEntryTemplate interface are listed below. For a complete list of IDataEntryTemplate interface members, see the IDataEntryTemplate Members topic.

Public Instance Methods

AddProperty Adds a property to the Data Entry Template.
AttachPresentationTemplate Attaches an IPresentationTemplate to the Data Entry Template.
DetachPresentationTemplate Detaches the IPresentationTemplate from this Data Entry Template.
GetAllProperties Returns an array of IBaseProperty for all the properties on the Data Entry Template.
GetAttachedPresentationTemplate Returns the attached Presentation Template or null if no Presentation Template has been attached.
GetContainingFolder Returns the folder that contains this Data Entry Template.
GetProperty Returns an IBaseProperty of the specified name if it exists on the Data Entry Template.
RemoveProperty Removes a property from the Data Entry Template.
Store Stores the Data Entry Template.

See Also

IDataEntryTemplate Interface | Plumtree.Remote.PRC.Content.DataEntryTemplate Namespace