Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Interface
org.alfresco.service.cmr.repository.ContentStreamListener
Packages that use org.alfresco.service.cmr.repository.ContentStreamListener
org.alfresco.repo.content
org.alfresco.service.cmr.repository
Uses of ContentStreamListener in org.alfresco.repo.content
Methods in org.alfresco.repo.content with parameters of type ContentStreamListener
void
AbstractContentWriter.addListener(ContentStreamListener listener)
          Adds the listener after checking that the output stream isn't already in use.
void
AbstractContentReader.addListener(ContentStreamListener listener)
          Adds the listener after checking that the output stream isn't already in use.
Method parameters in org.alfresco.repo.content with type arguments of type ContentStreamListener
protected FileChannel
AbstractContentWriter.getCallbackFileChannel(FileChannel directChannel, List<ContentStreamListener> listeners)
          Generate a callback instance of the FileChannel.
protected FileChannel
AbstractContentReader.getCallbackFileChannel(FileChannel directChannel, List<ContentStreamListener> listeners)
          Generate a callback instance of the FileChannel.
Uses of ContentStreamListener in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type ContentStreamListener
void
ContentAccessor.addListener(ContentStreamListener listener)
          Use this method to register any interest in events against underlying content streams.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.