Uses of Class
com.logicaldoc.form.Form
Package
Description
A plug-in that implements the forms and web forms
The mini App used to allow users to input the form fields from the web
-
Uses of Form in com.logicaldoc.form
Modifier and TypeMethodDescriptionFormDAO.findByFormId
(String formId) Finds the form with the given form identifierHibernateFormDAO.findByFormId
(String formId) FormTool.findById
(long formId) Retrieves a form by it's identifierRetrieves a form by it's alternate identifierFormDAO.findByName
(String name, long tenantId) Finds the form with the given nameHibernateFormDAO.findByName
(String name, long tenantId) Modifier and TypeMethodDescriptionvoid
HibernateFormDAO.initialize
(Form form) void
Saves / updates a form into the databasevoid
FormTool.webformUrl
(Form form) Builds the webform url of a formFormTool.webformUrl
(Form form, Map<String, Object> prefilled) Builds the webform url with pre-filled fields -
Uses of Form in com.logicaldoc.form.gui