Class SessionImporter

  • All Implemented Interfaces:
    Importer

    public class SessionImporter
    extends Object
    implements Importer
    SessionImporter ...
    • Constructor Detail

      • SessionImporter

        public SessionImporter​(NodeImpl importTargetNode,
                               SessionImpl session,
                               int uuidBehavior)
        Creates a new SessionImporter instance.
        Parameters:
        importTargetNode - the target node
        session - session
        uuidBehavior - any of the constants declared by ImportUUIDBehavior
      • SessionImporter

        public SessionImporter​(NodeImpl importTargetNode,
                               SessionImpl session,
                               int uuidBehavior,
                               ImportConfig config)
        Creates a new SessionImporter instance.
        Parameters:
        importTargetNode - the target node
        session - session
        uuidBehavior - the desired uuid behavior as defined by ImportUUIDBehavior.
        config -