com.atlassian.confluence.user.notifications
Class AddWatchLink
java.lang.Object
com.atlassian.confluence.user.notifications.AddWatchLink
public class AddWatchLink
- extends java.lang.Object
Represents the link needed to add a watch for a given piece of content
- Since:
- v4.3.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddWatchLink
public AddWatchLink(AbstractPage page)
- Create a link to represent adding a watch on a page
- Parameters:
page
- The page to be watched
AddWatchLink
public AddWatchLink(Space space,
ContentTypeEnum contentType)
- Create a link to represent adding a watch on a page
- Parameters:
space
- The space to be watchedcontentType
- Used to define whether space watches are for blogs only or all content
getUrl
public java.lang.String getUrl()
getContentName
public java.lang.String getContentName()
Copyright © 2003-2014 Atlassian. All Rights Reserved.