Uses of Class
com.logicaldoc.form.Form
-
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 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 fields