public interface PropertiesMappingService
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMapping(String mappingName)
Gets a map of xpaths defining properties on the target and source documents
|
void |
mapProperties(CoreSession session,
DocumentModel sourceDoc,
DocumentModel targetDoc,
String mappingName)
Copies the properties defined by the given xpaths in the mapping from the target to the source document.
|
Map<String,String> getMapping(String mappingName)
mappingName - void mapProperties(CoreSession session, DocumentModel sourceDoc, DocumentModel targetDoc, String mappingName)
session - sourceDoc - targetDoc - mappingName - Copyright © 2019 Nuxeo. All rights reserved.