Uses of Interface
org.nuxeo.ecm.core.io.DocumentTransformer
-
Packages that use DocumentTransformer Package Description org.nuxeo.ecm.core.io org.nuxeo.ecm.core.io.impl org.nuxeo.ecm.core.io.impl.transformers -
-
Uses of DocumentTransformer in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return types with arguments of type DocumentTransformer Modifier and Type Method Description List<DocumentTransformer>DocumentPipe. getTransformers()Methods in org.nuxeo.ecm.core.io with parameters of type DocumentTransformer Modifier and Type Method Description voidDocumentPipe. addTransformer(DocumentTransformer transformer)voidDocumentPipe. removeTransformer(DocumentTransformer transformer) -
Uses of DocumentTransformer in org.nuxeo.ecm.core.io.impl
Methods in org.nuxeo.ecm.core.io.impl that return types with arguments of type DocumentTransformer Modifier and Type Method Description List<DocumentTransformer>DocumentPipeImpl. getTransformers()Methods in org.nuxeo.ecm.core.io.impl with parameters of type DocumentTransformer Modifier and Type Method Description voidDocumentPipeImpl. addTransformer(DocumentTransformer transformer)voidDocumentPipeImpl. removeTransformer(DocumentTransformer transformer) -
Uses of DocumentTransformer in org.nuxeo.ecm.core.io.impl.transformers
Classes in org.nuxeo.ecm.core.io.impl.transformers that implement DocumentTransformer Modifier and Type Class Description classDoctypeToFacetTranslatorMigrate a DocumentType to a facetclassFacetRemoverRemoves a facetclassFieldMapperRename / translate a fieldclassPropertyDeprecationRemoverThis is aDocumentTransformerwhich removes property marked as removed in deprecation system.classSchemaRemoverRemoves a SchemaclassSchemaRenamerRenames a schema
-