public interface DocumentTransformer
Modifier and Type | Method and Description |
---|---|
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.
|
boolean transform(ExportedDocument doc) throws IOException
doc
- the document to transformIOException
Copyright © 2016 Nuxeo SA. All rights reserved.