Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.io
Interface DocumentTransformer


public interface DocumentTransformer

A document transformer.

Author:
Bogdan Stefanescu

Method Summary
 boolean transform(ExportedDocument doc)
          Transforms the given document and returns true to pass to the next transformer or false to exit from the transformation chain.
 

Method Detail

transform

boolean transform(ExportedDocument doc)
                  throws java.io.IOException
Transforms the given document and returns true to pass to the next transformer or false to exit from the transformation chain.

Parameters:
doc - the document to transform
Returns:
true to continue with the next transformer or false to exit transformation chain
Throws:
java.io.IOException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.