public interface BookmarksSupplier
Supplies additional bookmarks to
BookmarkManager implementation provided by BookmarkManagers.defaultManager(BookmarkManagerConfig).
Implementations must avoid calling driver.
-
Method Summary
Modifier and TypeMethodDescriptionSupplies a set of bookmarks for all databases.getBookmarks(String database) Supplies a set of bookmarks for a given database.
-
Method Details
-
getBookmarks
Supplies a set of bookmarks for a given database.- Parameters:
database- the database name, must not benull- Returns:
- the set of bookmarks, must not be
null
-
getAllBookmarks
Supplies a set of bookmarks for all databases.- Returns:
- the set of bookmarks, must not be
null
-