Uses of Class
com.logicaldoc.form.Form
-
Packages that use Form Package Description com.logicaldoc.form A plug-in that implements the forms and web formscom.logicaldoc.form.gui 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 Form Modifier and Type Method Description FormFormDAO. findByFormId(String formId)Finds the form with the given form identifierFormHibernateFormDAO. findByFormId(String formId)FormFormTool. findById(long formId)Retrieves a form by it's identifierFormFormTool. findById(String formId)Retrieves a form by it's alternate identifierFormHibernateFormDAO. findById(long id)FormFormDAO. findByName(String name, long tenantId)Finds the form with the given nameFormHibernateFormDAO. findByName(String name, long tenantId)Methods in com.logicaldoc.form with parameters of type Form Modifier and Type Method Description voidHibernateFormDAO. initialize(Form form)voidFormTool. store(Form form)Saves / updates a form into the databasevoidHibernateFormDAO. store(Form form)StringFormTool. webformUrl(Form form)Builds the webform url of a formConstructors in com.logicaldoc.form with parameters of type Form Constructor Description Form(Form source) -
Uses of Form in com.logicaldoc.form.gui
Methods in com.logicaldoc.form.gui with parameters of type Form Modifier and Type Method Description com.logicaldoc.gui.common.client.beans.GUIFormFormServiceImpl. fromForm(Form form)
-