public interface DocumentTranslationMap
Modifier and Type | Method and Description |
---|---|
Map<DocumentRef,DocumentRef> |
getDocRefMap()
Returns the unmodifiable map of document references.
|
String |
getNewServerName()
Returns the new documents server name.
|
String |
getOldServerName()
Returns the old documents server name.
|
void |
put(DocumentRef oldRef,
DocumentRef newRef) |
void |
putAll(Map<DocumentRef,DocumentRef> refs) |
String getOldServerName()
String getNewServerName()
Map<DocumentRef,DocumentRef> getDocRefMap()
void put(DocumentRef oldRef, DocumentRef newRef)
void putAll(Map<DocumentRef,DocumentRef> refs)
Copyright © 2018 Nuxeo. All rights reserved.