Uses of Interface
org.nuxeo.ecm.core.io.DocumentTranslationMap
-
-
Uses of DocumentTranslationMap in org.nuxeo.ecm.core.io
-
Uses of DocumentTranslationMap in org.nuxeo.ecm.core.io.impl
Classes in org.nuxeo.ecm.core.io.impl that implement DocumentTranslationMap Modifier and Type Class Description classDocumentTranslationMapImplMethod parameters in org.nuxeo.ecm.core.io.impl with type arguments of type DocumentTranslationMap Modifier and Type Method Description static DocumentTranslationMapDocumentTranslationMapImpl. merge(List<DocumentTranslationMap> maps)protected voidDocumentPipeImpl. readAndWriteDocs(List<DocumentTranslationMap> maps) -
Uses of DocumentTranslationMap in org.nuxeo.ecm.core.io.impl.plugins
Methods in org.nuxeo.ecm.core.io.impl.plugins that return DocumentTranslationMap Modifier and Type Method Description DocumentTranslationMapDocumentModelInjector. write(ExportedDocument xdoc)DocumentTranslationMapDocumentModelUpdater. write(ExportedDocument xdoc)DocumentTranslationMapDocumentModelWriter. write(ExportedDocument xdoc)DocumentTranslationMapNuxeoArchiveWriter. write(ExportedDocument doc)DocumentTranslationMapXMLDirectoryWriter. write(ExportedDocument doc)DocumentTranslationMapXMLDocumentTreeWriter. write(Collection<ExportedDocument> docs)DocumentTranslationMapXMLDocumentTreeWriter. write(ExportedDocument doc)DocumentTranslationMapXMLDocumentTreeWriter. write(ExportedDocument[] docs)DocumentTranslationMapXMLDocumentWriter. write(ExportedDocument doc) -
Uses of DocumentTranslationMap in org.nuxeo.ecm.platform.audit.io
Methods in org.nuxeo.ecm.platform.audit.io with parameters of type DocumentTranslationMap Modifier and Type Method Description IOResourcesIOAuditAdapter. translateResources(String repo, IOResources resources, DocumentTranslationMap map) -
Uses of DocumentTranslationMap in org.nuxeo.ecm.platform.io.api
Methods in org.nuxeo.ecm.platform.io.api with parameters of type DocumentTranslationMap Modifier and Type Method Description abstract IOResourcesAbstractIOResourceAdapter. translateResources(String repo, IOResources resources, DocumentTranslationMap map)IOResourcesIOResourceAdapter. translateResources(String repo, IOResources resources, DocumentTranslationMap map)Returns translated resources once copy has been done, passing a correspondence map. -
Uses of DocumentTranslationMap in org.nuxeo.ecm.platform.relations.io
Methods in org.nuxeo.ecm.platform.relations.io with parameters of type DocumentTranslationMap Modifier and Type Method Description IOResourcesIORelationAdapter. translateResources(String repo, IOResources resources, DocumentTranslationMap map)
-