Uses of Class
com.logicaldoc.form.Form
Packages that use 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
Methods in com.logicaldoc.form that return FormModifier 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) Methods in com.logicaldoc.form with parameters of type FormModifier 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 fieldsConstructors in com.logicaldoc.form with parameters of type Form -
Uses of Form in com.logicaldoc.form.gui
Methods in com.logicaldoc.form.gui with parameters of type Form