Class AbstractContentDataDAOImpl.ContentUrlDeleteTransactionListener

  • All Implemented Interfaces:
    org.alfresco.util.transaction.TransactionListener
    Enclosing class:
    AbstractContentDataDAOImpl

    public class AbstractContentDataDAOImpl.ContentUrlDeleteTransactionListener
    extends org.alfresco.util.transaction.TransactionListenerAdapter
    Transactional listener that deletes unreferenced content_url entities.
    Author:
    Derek Hulley
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beforeCommit​(boolean readOnly)  
      • Methods inherited from class org.alfresco.util.transaction.TransactionListenerAdapter

        afterCommit, afterRollback, beforeCompletion
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContentUrlDeleteTransactionListener

        public ContentUrlDeleteTransactionListener()
    • Method Detail

      • beforeCommit

        public void beforeCommit​(boolean readOnly)
        Specified by:
        beforeCommit in interface org.alfresco.util.transaction.TransactionListener
        Overrides:
        beforeCommit in class org.alfresco.util.transaction.TransactionListenerAdapter