Package com.logicaldoc.scheme
Class DoumentScheme
- java.lang.Object
 - 
- com.logicaldoc.scheme.DoumentScheme
 
 
- 
- All Implemented Interfaces:
 com.logicaldoc.core.document.DocumentListener
public class DoumentScheme extends Object implements com.logicaldoc.core.document.DocumentListener
This listener handles schemes for the document being modified.- Since:
 - 4.0
 - Author:
 - Matteo Caruso - LogicalDOC
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringAUTOFOLDING_SCHEMEstatic StringAUTONAMING_SCHEMEstatic StringCUSTOMID_SCHEMEstatic StringDEFAULT 
- 
Constructor Summary
Constructors Constructor Description DoumentScheme() 
- 
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) 
 - 
 
- 
- 
Field Detail
- 
DEFAULT
public static final String DEFAULT
- See Also:
 - Constant Field Values
 
 
- 
CUSTOMID_SCHEME
public static final String CUSTOMID_SCHEME
- See Also:
 - Constant Field Values
 
 
- 
AUTONAMING_SCHEME
public static final String AUTONAMING_SCHEME
- See Also:
 - Constant Field Values
 
 
- 
AUTOFOLDING_SCHEME
public static final String AUTOFOLDING_SCHEME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
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
 
 - 
 
 -