Class AbstractContentStreamListener

  • All Implemented Interfaces:
    org.alfresco.service.cmr.repository.ContentStreamListener

    public abstract class AbstractContentStreamListener
    extends java.lang.Object
    implements org.alfresco.service.cmr.repository.ContentStreamListener
    Author:
    Andy
    • Constructor Detail

      • AbstractContentStreamListener

        public AbstractContentStreamListener()
    • Method Detail

      • contentStreamClosed

        public final void contentStreamClosed()
                                       throws org.alfresco.service.cmr.repository.ContentIOException
        Specified by:
        contentStreamClosed in interface org.alfresco.service.cmr.repository.ContentStreamListener
        Throws:
        org.alfresco.service.cmr.repository.ContentIOException
      • contentStreamClosedImpl

        public abstract void contentStreamClosedImpl()
                                              throws org.alfresco.service.cmr.repository.ContentIOException
        ContentStreamListeners must implement this method. The implementation must be idempotent. The method will be executed inside a retrying transaction helper if one is set. Listeners will not generally require this unless they write to the database.
        Throws:
        org.alfresco.service.cmr.repository.ContentIOException