Class FormManager

java.lang.Object
com.logicaldoc.form.FormManager

@Component("formManager") public class FormManager extends Object
Manager for Forms, a form is a document of FORM nature.
Since:
7.3
Author:
Marco Meschieri - LogicalDOC
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    fillForm(com.logicaldoc.core.document.Document document, com.logicaldoc.core.history.History transaction)
    Fills the form of a document with the values and updates the file of the current version
    com.logicaldoc.core.conversion.FormatConverterManager
     
    com.logicaldoc.core.document.DocumentManager
     
    com.logicaldoc.core.store.Store
     

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • FormManager Link icon

      public FormManager()
  • Method Details Link icon

    • getDocumentManager Link icon

      public com.logicaldoc.core.document.DocumentManager getDocumentManager()
    • fillForm Link icon

      public void fillForm(com.logicaldoc.core.document.Document document, com.logicaldoc.core.history.History 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
    • getStore Link icon

      public com.logicaldoc.core.store.Store getStore()
    • getConverter Link icon

      public com.logicaldoc.core.conversion.FormatConverterManager getConverter()