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 Form
Form. clone()
Form
FormDAO. findByFormId(String formId)
Finds the form with the given form identifierForm
HibernateFormDAO. findByFormId(String formId)
Form
FormTool. findById(long formId)
Retrieves a form by it's identifierForm
FormTool. findById(String formId)
Retrieves a form by it's alternate identifierForm
HibernateFormDAO. findById(long id)
Form
FormDAO. findByName(String name, long tenantId)
Finds the form with the given nameForm
HibernateFormDAO. findByName(String name, long tenantId)
Methods in com.logicaldoc.form with parameters of type Form Modifier and Type Method Description void
HibernateFormDAO. initialize(Form form)
void
FormTool. store(Form form)
Saves / updates a form into the databaseboolean
HibernateFormDAO. store(Form form)
String
FormTool. webformUrl(Form form)
Builds the webform url of a form -
Uses of Form in com.logicaldoc.form.gui
Methods in com.logicaldoc.form.gui with parameters of type Form Modifier and Type Method Description static com.logicaldoc.gui.common.client.beans.GUIForm
FormServiceImpl. fromForm(Form form)
-