Package org.nuxeo.ecm.core.io
Interface DocumentTranslationMap
- All Known Implementing Classes:
DocumentTranslationMapImpl
public interface DocumentTranslationMap
Translation map for exported/imported documents.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the unmodifiable map of document references.Returns the new documents server name.Returns the old documents server name.void
put
(DocumentRef oldRef, DocumentRef newRef) void
putAll
(Map<DocumentRef, DocumentRef> refs)
-
Method Details
-
getOldServerName
String getOldServerName()Returns the old documents server name. -
getNewServerName
String getNewServerName()Returns the new documents server name. -
getDocRefMap
Map<DocumentRef,DocumentRef> getDocRefMap()Returns the unmodifiable map of document references. -
put
-
putAll
-