com.sas.sasserver
Interface BookmarkManagerV2Interface

All Superinterfaces:
BookmarkManagerInterface, ComponentInterface, java.util.EventListener, LinkPropertiesInterface, ModelInterface, java.io.ObjectInputValidation, java.beans.PropertyChangeListener, com.sas.beans.PropertyChangeSource, RemoteBookmarkManagerInterface, RemoteBookmarkManagerV2Interface, java.io.Serializable, com.sas.beans.VetoableChangeSource, 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
abstract  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.ComponentInterface
addPropertyChangeListener, addVetoableChangeListener, anyPropertyChangeListeners, dumpComponent, firePropertyChange, firePropertyChange, fireVetoableChange, getComponentDescription, getComponentSupportInfo, initialize, initializeComponent, isDesignTime, removePropertyChangeListener, removeVetoableChangeListener, setComponentDescription, setComponentSupportInfo, setDefaultValues
 
Methods inherited from interface com.sas.ViewInterface
attachModel, detachModel, getModelInterface, getRequiredInterfaces, getViewInterfaceSupportInfo, refresh, removeInterfaceTraps, setModelInterface, setRequiredInterfaces, setViewInterfaceSupportInfo, supportsRequiredInterfaces, trapInterfaceEvents
 
Methods inherited from interface com.sas.ModelInterface
attachView, detachView
 
Methods inherited from interface com.sas.LinkPropertiesInterface
addLink, getLinkInfo, isLinked, queryLinks, queryLinks, removeAllLinks, removeLink, setLinkInfo
 
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.