Package org.alfresco.repo.content
Class AbstractContentStreamListener
java.lang.Object
org.alfresco.repo.content.AbstractContentStreamListener
- All Implemented Interfaces:
ContentStreamListener
- Author:
- Andy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidabstract voidContentStreamListeners must implement this method.void
-
Constructor Details
-
AbstractContentStreamListener
public AbstractContentStreamListener()
-
-
Method Details
-
setRetryingTransactionHelper
-
contentStreamClosed
- Specified by:
contentStreamClosedin interfaceContentStreamListener- Throws:
ContentIOException
-
contentStreamClosedImpl
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:
ContentIOException
-