Identify three methods that are supported by the Out of the Box Form handler
RepositoryFormHandler.
A.
RepositoryFormHandler does not provide any methods.
B.
Create
C.
Delete
D.
Select
E.
Update
F.
Select All
Explanation:
RepositoryFormHandler Submit Operations
The RepositoryFormHandler supports the following operations for form submission:
* create
Creates a repository item based on the value set in the form and adds it to the repository. If the
repositoryId property is specified in the form, the new item is created with the given repository ID;
otherwise, an auto-generated ID is used.
* delete
Deletes from the repository the item specified by repositoryId.
* update
Updates the item described by repositoryId from the form values.
Note: RepositoryFormHandler
Web application forms are commonly used to view and update database data. The
atg.repository.servlet.RepositoryFormHandler class provides methods and properties for working
with repository items. You can use a component of this class to add, update, and delete repository
items that use the same item descriptor. A RepositoryFormHandler can be used with any
repository type: HTML, XML, LDAP, and SQL.ATG Page Developer’s Guide