Interface BaseBookmark

All Known Implementing Classes:
BookmarkImpl

public interface BaseBookmark
BaseBookmark
Author:
sochoa
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String uuid, String name)
    Add a new bookmark which points to this document.
    void
    delete(long bookmarkId)
    Remove a bookmark.
    Retrive an user bookmark collection.
    void
    rename(long bookmarkId, String name)
    Rename a previous stored bookmark.