Uses of Class
com.logicaldoc.form.Form
Packages that use Form
-
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 TypeMethodDescriptioncom.logicaldoc.gui.common.client.beans.GUIForm
void
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