Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDataEntryTemplate.Store Method 

Stores the Data Entry Template.

void Store();

Remarks

This method is used to persist a newly-created Data Entry Template or persist any modification to an existing Data Entry Template, including property addition, removal, or Presentation Template attachment, and detachment.

Exceptions

Exception Type Condition
ContentSecurityException The user does not have the permission to store the Data Entry Template, or to attach a Presentation Template to it.
NameAlreadyInUseException There is already a Data Entry Template with the same name in the containing folder.
ContentException The method call resulted in a Publisher exception.
InvalidOperationException The Data Entry Template has already been removed, or the containing folder has been removed, or if the Presentation Template to be attached is already attached to another Data Entry Template.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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