Uses of Class
com.logicaldoc.form.Form
Packages that use Form
- 
Uses of Form in com.logicaldoc.formMethods 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.GUIFormvoidHibernateFormDAO.initialize(Form form) voidSaves / updates a form into the databasevoidFormTool.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