public interface ImportResult
Modifier and Type | Method and Description |
---|---|
javax.jcr.Node |
getBaseNode()
Return either the root of the subtree that was added
or the root of the subtree that was merged with in the case of a delta combine.
|
Collection<String> |
getContextPaths()
A context path is either the path to the root node of an added subtree
or the path to a node the imported xml merged with.
|
Collection<String> getContextPaths()
javax.jcr.Node getBaseNode()
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.