Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDataEntryTemplate Members

IDataEntryTemplate overview

Public Instance Properties

iconName Gets or sets the Data Entry Template name.
iconUUID Gets the Data Entry Template UUID.

Public Instance Methods

iconAddProperty Adds a property to the Data Entry Template.
iconAttachPresentationTemplate Attaches an IPresentationTemplate to the Data Entry Template.
iconDetachPresentationTemplate Detaches the IPresentationTemplate from this Data Entry Template.
iconGetAllProperties Returns an array of IBaseProperty for all the properties on the Data Entry Template.
iconGetAttachedPresentationTemplate Returns the attached Presentation Template or null if no Presentation Template has been attached.
iconGetContainingFolder Returns the folder that contains this Data Entry Template.
iconGetProperty Returns an IBaseProperty of the specified name if it exists on the Data Entry Template.
iconRemoveProperty Removes a property from the Data Entry Template.
iconStore Stores the Data Entry Template.

See Also

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