Package de.elo.ix.client.devents
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 TypeMethodDescriptionprocess
(ContentStream originalStream) Process the given stream.
-
Method Details
-
process
Process the given stream.- Parameters:
originalStream
- Stream to be processed.- Returns:
- Modified stream.
- Throws:
byps.RemoteException
-