Package com.logicaldoc.form
Class FormFiller
java.lang.Object
com.logicaldoc.form.FormFiller
- All Implemented Interfaces:
- com.logicaldoc.core.document.DocumentListener
This listener applies the form template to the current document
- Since:
- 7.3
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidafterCheckin(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String, Object> dictionary) voidafterSaveHistory(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory event, 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) 
- 
Constructor Details- 
FormFillerpublic FormFiller()
 
- 
- 
Method Details- 
afterStorepublic void afterStore(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String, Object> dictionary) - Specified by:
- afterStorein interface- com.logicaldoc.core.document.DocumentListener
 
- 
beforeStorepublic void beforeStore(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String, Object> dictionary) - Specified by:
- beforeStorein interface- com.logicaldoc.core.document.DocumentListener
 
- 
afterCheckinpublic void afterCheckin(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String, Object> dictionary) throws com.logicaldoc.core.PersistenceException- Specified by:
- afterCheckinin interface- com.logicaldoc.core.document.DocumentListener
- Throws:
- com.logicaldoc.core.PersistenceException
 
- 
beforeCheckinpublic void beforeCheckin(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction, Map<String, Object> dictionary) throws com.logicaldoc.core.PersistenceException- Specified by:
- beforeCheckinin interface- com.logicaldoc.core.document.DocumentListener
- Throws:
- com.logicaldoc.core.PersistenceException
 
- 
afterSaveHistorypublic void afterSaveHistory(com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory event, Map<String, Object> dictionary) throws com.logicaldoc.core.PersistenceException- Specified by:
- afterSaveHistoryin interface- com.logicaldoc.core.document.DocumentListener
- Throws:
- com.logicaldoc.core.PersistenceException
 
 
-