public class BookmarkImpl extends ClientImpl implements BaseBookmark
| Constructor and Description |
|---|
BookmarkImpl(String host,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
Bookmark |
createBookmark(String nodeId,
String name) |
void |
deleteBookmark(int bookmarkId) |
Bookmark |
getBookmark(int bookmarkId) |
List<Bookmark> |
getUserBookmarks() |
Bookmark |
renameBookmark(int bookmarkId,
String newName) |
getClientpublic List<Bookmark> getUserBookmarks() throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknowException, PrincipalAdapterException
getUserBookmarks in interface BaseBookmarkAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionWebserviceExceptionUnknowExceptionPrincipalAdapterExceptionpublic Bookmark createBookmark(String nodeId, String name) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknowException, ItemExistsException
createBookmark in interface BaseBookmarkLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionWebserviceExceptionUnknowExceptionItemExistsExceptionpublic Bookmark renameBookmark(int bookmarkId, String newName) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknowException, PrincipalAdapterException
renameBookmark in interface BaseBookmarkAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionWebserviceExceptionUnknowExceptionPrincipalAdapterExceptionpublic void deleteBookmark(int bookmarkId)
throws AccessDeniedException,
RepositoryException,
DatabaseException,
PathNotFoundException,
WebserviceException,
UnknowException,
PrincipalAdapterException
deleteBookmark in interface BaseBookmarkAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionWebserviceExceptionUnknowExceptionPrincipalAdapterExceptionpublic Bookmark getBookmark(int bookmarkId) throws AccessDeniedException, RepositoryException, DatabaseException, PathNotFoundException, WebserviceException, UnknowException, PrincipalAdapterException
getBookmark in interface BaseBookmarkAccessDeniedExceptionRepositoryExceptionDatabaseExceptionPathNotFoundExceptionWebserviceExceptionUnknowExceptionPrincipalAdapterExceptionCopyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.