com.atlassian.mywork.event.notification
Class AbstractNotificationEvent

java.lang.Object
  extended by com.atlassian.mywork.event.MyWorkEvent
      extended by com.atlassian.mywork.event.notification.AbstractNotificationEvent
Direct Known Subclasses:
NotificationCreatedEvent, NotificationStatusChangedEvent, NotificationUpdatedEvent

public abstract class AbstractNotificationEvent
extends MyWorkEvent


Constructor Summary
AbstractNotificationEvent(Notification notification)
           
 
Method Summary
 java.lang.String getAction()
           
 java.lang.String getApplication()
           
 java.lang.String getEntity()
           
 java.lang.String getGlobalId()
           
 Notification getNotification()
           
 long getNotificationId()
           
 Status getStatus()
           
 
Methods inherited from class com.atlassian.mywork.event.MyWorkEvent
getUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNotificationEvent

public AbstractNotificationEvent(Notification notification)
Method Detail

getNotification

public Notification getNotification()

getNotificationId

public long getNotificationId()

getGlobalId

public java.lang.String getGlobalId()

getApplication

public java.lang.String getApplication()

getEntity

public java.lang.String getEntity()

getAction

public java.lang.String getAction()

getStatus

public Status getStatus()


Copyright © 2012 Atlassian. All Rights Reserved.