|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of WatchListStore.ElementType in com.xpn.xwiki.plugin.watchlist |
|---|
| Methods in com.xpn.xwiki.plugin.watchlist that return WatchListStore.ElementType | |
|---|---|
static WatchListStore.ElementType |
WatchListStore.ElementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WatchListStore.ElementType[] |
WatchListStore.ElementType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in com.xpn.xwiki.plugin.watchlist with parameters of type WatchListStore.ElementType | |
|---|---|
boolean |
WatchListStore.addWatchedElement(java.lang.String user,
java.lang.String newWatchedElement,
WatchListStore.ElementType type,
com.xpn.xwiki.XWikiContext context)
Add the specified element (document or space) to the corresponding list in the user's WatchList. |
java.util.List<java.lang.String> |
WatchListStore.getWatchedElements(java.lang.String user,
WatchListStore.ElementType type,
com.xpn.xwiki.XWikiContext context)
Get watched elements for the given element type and user. |
boolean |
WatchListStore.isWatched(java.lang.String element,
java.lang.String user,
WatchListStore.ElementType type,
com.xpn.xwiki.XWikiContext context)
Is the element watched by the given user. |
boolean |
WatchListStore.removeWatchedElement(java.lang.String user,
java.lang.String watchedElement,
WatchListStore.ElementType type,
com.xpn.xwiki.XWikiContext context)
Remove the specified element (document or space) from the corresponding list in the user's WatchList. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||