Uses of Class
com.avoka.tm.vo.Form
Package
Description
Provides Value Object Query classes.
Provides Unit Testing support classes.
-
Uses of Form in com.avoka.tm.query
Modifier and TypeMethodDescriptionFormQuery.firstValue()
Execute the query and return the first form value object for the query.Modifier and TypeMethodDescriptionFormQuery.listValues()
Execute the form query and return a list of form value objects.FormQuery.listValuesForAuthorizedAccess()
Execute the form query and return a list of Form value objects the authenticated user is permitted to render. -
Uses of Form in com.avoka.tm.test
Modifier and TypeMethodDescriptionMockVoBuilder.createForm()
Create a test form entity with a random name.MockVoBuilder.createForm
(String clientName, String formName, String portalName) Create a test form entity with the given name.Modifier and TypeMethodDescriptionMockVoBuilder.createTxnCompletedWithFormAndXml
(Form form) Create a completed transaction entity with the given form.MockVoBuilder.createTxnCompletedWithFormAndXml
(Form form, String formXmlData) Create a completed transaction entity with the given form and XML form data.MockVoBuilder.createTxnSubmittedWithFormAndXml
(Form form) Create a submitted transaction entity with the given form.MockVoBuilder.createTxnSubmittedWithFormAndXml
(Form form, String formXmlData) Create a submitted transaction entity with the given form and XML form data.