Interface BookmarksSupplier


public interface BookmarksSupplier
Supplies additional bookmarks to BookmarkManager implementation provided by BookmarkManagers.defaultManager(BookmarkManagerConfig).

Implementations must avoid calling driver.

  • Method Details

    • getBookmarks

      Set<Bookmark> getBookmarks(String database)
      Supplies a set of bookmarks for a given database.
      Parameters:
      database - the database name, must not be null
      Returns:
      the set of bookmarks, must not be null
    • getAllBookmarks

      Set<Bookmark> getAllBookmarks()
      Supplies a set of bookmarks for all databases.
      Returns:
      the set of bookmarks, must not be null