Class 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
    • Constructor Detail

      • DoumentScheme

        public DoumentScheme()
    • Method Detail

      • afterStore

        public void afterStore​(com.logicaldoc.core.document.Document document,
                               com.logicaldoc.core.document.DocumentHistory transaction,
                               Map<String,​Object> dictionary)
        Specified by:
        afterStore in interface com.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:
        beforeStore in interface com.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:
        afterCheckin in interface com.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:
        beforeCheckin in interface com.logicaldoc.core.document.DocumentListener
        Throws:
        Exception