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 transformIOExceptionCopyright © 2019 Nuxeo. All rights reserved.