com.sas.sasserver
Interface BookmarkManagerV2Interface

All Superinterfaces:
BookmarkManagerInterface, com.sas.ComponentInterface, java.util.EventListener, com.sas.LinkPropertiesInterface, com.sas.ModelInterface, java.io.ObjectInputValidation, java.beans.PropertyChangeListener, com.sas.beans.PropertyChangeSource, RemoteBookmarkManagerInterface, RemoteBookmarkManagerV2Interface, java.io.Serializable, com.sas.beans.VetoableChangeSource, com.sas.ViewInterface
All Known Implementing Classes:
_rprxIOMBookmarkManagerV2, _rprxJ2BookmarkManagerV2, _rprxRemoteBookmarkManagerV2Client, _rprxRemoteDesignTimeBookmarkManagerV2

public interface BookmarkManagerV2Interface
extends BookmarkManagerInterface, RemoteBookmarkManagerV2Interface

See Also:
BookmarkManagerInterface

Field Summary
 
Fields inherited from interface com.sas.sasserver.BookmarkManagerInterface
contextClasspath, INVALID_PASSWORD, NEW_USER, VALIDATED
 
Method Summary
 com.sas.collection.hlist.HListInterface getPublicBookmarks(long documentID, java.lang.String username)
          Get the list of bookmarks and folders (public only) for a given document and username
 
Methods inherited from interface com.sas.sasserver.BookmarkManagerInterface
getBookmarkData, getBookmarks, getBookmarks, getUsers, setBookmarks, validateUser
 
Methods inherited from interface com.sas.sasserver.RemoteBookmarkManagerV2Interface
_getPublicBookmarks
 
Methods inherited from interface com.sas.sasserver.RemoteBookmarkManagerInterface
_getBookmarkData, _getBookmarks, _getBookmarks, _getMessage, _getUsers, _setBookmarks, _validateUser
 

Method Detail

getPublicBookmarks

com.sas.collection.hlist.HListInterface getPublicBookmarks(long documentID,
                                                           java.lang.String username)
Get the list of bookmarks and folders (public only) for a given document and username

Parameters:
documentID - of the document associated with the bookmark
userName - of the user for the document
Returns:
HList containing lists of Bookmark information
Throws:
BookmarkException - if unable to get list of bookmarks from server



Copyright © 2009 SAS Institute Inc. All Rights Reserved.