Package com.logicaldoc.form
Class FormFiller
- java.lang.Object
 - 
- com.logicaldoc.form.FormFiller
 
 
- 
- All Implemented Interfaces:
 com.logicaldoc.core.document.DocumentListener
public class FormFiller extends Object implements com.logicaldoc.core.document.DocumentListener
This listener applies the form template to the current document- Since:
 - 7.3
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FormFiller() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterCheckin(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String,Object> dictionary)voidafterStore(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String,Object> dictionary)voidbeforeCheckin(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String,Object> dictionary)voidbeforeStore(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String,Object> dictionary) 
 - 
 
- 
- 
Method Detail
- 
afterStore
public void afterStore(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String,Object> dictionary)- Specified by:
 afterStorein interfacecom.logicaldoc.core.document.DocumentListener
 
- 
beforeStore
public void beforeStore(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String,Object> dictionary)- Specified by:
 beforeStorein interfacecom.logicaldoc.core.document.DocumentListener
 
- 
afterCheckin
public void afterCheckin(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String,Object> dictionary) throws Exception- Specified by:
 afterCheckinin interfacecom.logicaldoc.core.document.DocumentListener- Throws:
 Exception
 
- 
beforeCheckin
public void beforeCheckin(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String,Object> dictionary) throws Exception- Specified by:
 beforeCheckinin interfacecom.logicaldoc.core.document.DocumentListener- Throws:
 Exception
 
 - 
 
 -