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 class
DocumentTranslationMapImpl
Method parameters in org.nuxeo.ecm.core.io.impl with type arguments of type DocumentTranslationMap Modifier and Type Method Description static DocumentTranslationMap
DocumentTranslationMapImpl. merge(List<DocumentTranslationMap> maps)
protected void
DocumentPipeImpl. 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 DocumentTranslationMap
DocumentModelInjector. write(ExportedDocument xdoc)
DocumentTranslationMap
DocumentModelUpdater. write(ExportedDocument xdoc)
DocumentTranslationMap
DocumentModelWriter. write(ExportedDocument xdoc)
DocumentTranslationMap
NuxeoArchiveWriter. write(ExportedDocument doc)
DocumentTranslationMap
XMLDirectoryWriter. write(ExportedDocument doc)
DocumentTranslationMap
XMLDocumentTreeWriter. write(Collection<ExportedDocument> docs)
DocumentTranslationMap
XMLDocumentTreeWriter. write(ExportedDocument doc)
DocumentTranslationMap
XMLDocumentTreeWriter. write(ExportedDocument[] docs)
DocumentTranslationMap
XMLDocumentWriter. 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 IOResources
IOAuditAdapter. 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 IOResources
AbstractIOResourceAdapter. translateResources(String repo, IOResources resources, DocumentTranslationMap map)
IOResources
IOResourceAdapter. 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 IOResources
IORelationAdapter. translateResources(String repo, IOResources resources, DocumentTranslationMap map)
-