Interface DocumentProcessor

All Superinterfaces:
byps.Remote, de.elo.utils.net.Remote, Remote
All Known Implementing Classes:
AbstractDocumentProcessor

public interface DocumentProcessor extends byps.Remote
This interface is can be implemented in a plugin to modify document content when it is uploaded or downloaded.
Since:
12.02.002.002
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    process(ContentStream originalStream)
    Process the given stream.
  • Method Details

    • process

      ContentStream process(ContentStream originalStream) throws byps.RemoteException
      Process the given stream.
      Parameters:
      originalStream - Stream to be processed.
      Returns:
      Modified stream.
      Throws:
      byps.RemoteException