Package com.logicaldoc.form
Class FormManager
java.lang.Object
com.logicaldoc.form.FormManager
Manager for Forms, a form is a document of FORM nature.
- Since:
- 7.3
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfillForm(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction) Fills the form of a document with the values and updates the file of the current versioncom.logicaldoc.core.conversion.FormatConverterManagercom.logicaldoc.core.document.DocumentManagercom.logicaldoc.core.store.StoregetStore()
- 
Constructor Details- 
FormManagerpublic FormManager()
 
- 
- 
Method Details- 
getDocumentManagerpublic com.logicaldoc.core.document.DocumentManager getDocumentManager()
- 
fillFormpublic void fillForm(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction) throws IOException, com.logicaldoc.core.PersistenceException, com.logicaldoc.core.automation.AutomationException Fills the form of a document with the values and updates the file of the current version- Parameters:
- document- the form to fill
- transaction- the current transaction
- Throws:
- IOException- I/O error
- com.logicaldoc.core.PersistenceException- Error in the data layer
- com.logicaldoc.core.automation.AutomationException- the script has been evaluated but produced an error
 
- 
getStorepublic com.logicaldoc.core.store.Store getStore()
- 
getConverterpublic com.logicaldoc.core.conversion.FormatConverterManager getConverter()
 
-