Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 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:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.