Uses of Class
com.avoka.tm.vo.Form
Packages that use Form
Package
Description
Provides Value Object Query classes.
Provides Unit Testing support classes.
-
Uses of Form in com.avoka.tm.query
Methods in com.avoka.tm.query that return FormModifier and TypeMethodDescriptionFormQuery.firstValue()
Execute the query and return the first form value object for the query.Methods in com.avoka.tm.query that return types with arguments of type FormModifier 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
Methods in com.avoka.tm.test that return FormModifier 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.Methods in com.avoka.tm.test with parameters of type FormModifier 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.