com.atlassian.confluence.mail.notification
Class Notification

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.confluence.core.ConfluenceEntityObject
          extended by com.atlassian.confluence.mail.notification.Notification
All Implemented Interfaces:
Serializable, Cloneable

public class Notification
extends ConfluenceEntityObject

A "Notification" is an email subscription or "watch" on some space. If page and space are set, it's a page notification If just space is set, it's a space notification If neither are set, it's a daily email subscription (Yeah, slightly dodgy, but it works)

See Also:
Serialized Form

Nested Class Summary
static class Notification.WatchType
          A single enum value representing the combination of notification type, page, space and network settings.
 
Constructor Summary
Notification()
           
 
Method Summary
 AbstractPage getPage()
           
 Space getSpace()
           
 ContentTypeEnum getType()
           
 String getUserName()
           
 Notification.WatchType getWatchType()
          Returns a single enum value representing the combination of notification type, page, space and network settings.
 boolean isDigest()
           
 boolean isNetwork()
           
 boolean isPageNotification()
           
 boolean isSpaceNotification()
           
 boolean isUserChange()
           
 boolean matchesContentType(AbstractPage page)
          Returns true if this notification matches the type of the passed content object.
 void setDigest(boolean digest)
           
 void setNetwork(boolean network)
           
 void setPage(AbstractPage page)
           
 void setSpace(Space space)
           
 void setType(ContentTypeEnum type)
           
 void setUserName(String userName)
           
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceEntityObject
getCreatorName, getLastModifierName, getRealClass, isPersistent, setCreatorName, setLastModifierName
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification()
Method Detail

getPage

public AbstractPage getPage()

setPage

public void setPage(AbstractPage page)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getSpace

public Space getSpace()

setSpace

public void setSpace(Space space)

isUserChange

public boolean isUserChange()

isPageNotification

public boolean isPageNotification()

isSpaceNotification

public boolean isSpaceNotification()

isDigest

public boolean isDigest()

setDigest

public void setDigest(boolean digest)

getType

public ContentTypeEnum getType()

setType

public void setType(ContentTypeEnum type)

isNetwork

public boolean isNetwork()

setNetwork

public void setNetwork(boolean network)

matchesContentType

public boolean matchesContentType(AbstractPage page)
Returns true if this notification matches the type of the passed content object.


getWatchType

public Notification.WatchType getWatchType()
Returns a single enum value representing the combination of notification type, page, space and network settings.



Copyright © 2003-2013 Atlassian. All Rights Reserved.