Interface ImportResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • getContextPaths

        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. The concept of context paths is important when the xml needs to be reapplied due to a reload later.
      • getBaseNode

        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.