Interface Session.PathResolver

  • All Known Implementing Classes:
    RepositoryImpl.SessionPathResolver
    Enclosing interface:
    Session

    public static interface Session.PathResolver
    Interface for a class that knows how to resolve a node path into a node id.
    • Method Detail

      • getIdForPath

        Serializable getIdForPath​(String path)
        Returns the node id for a given path.
        Parameters:
        path - the node path
        Returns:
        the node id, or null