Uses of Class
com.atlassian.jira.notification.NotificationFilterContext

Packages that use NotificationFilterContext
com.atlassian.jira.dev.reference.plugin.notifications   
com.atlassian.jira.notification   
 

Uses of NotificationFilterContext in com.atlassian.jira.dev.reference.plugin.notifications
 

Methods in com.atlassian.jira.dev.reference.plugin.notifications with parameters of type NotificationFilterContext
 Iterable<NotificationRecipient> ReferenceNotificationFilter.addRecipient(NotificationFilterContext context, Iterable<NotificationRecipient> intendedRecipients)
           
 boolean ReferenceNotificationFilter.removeRecipient(NotificationRecipient recipient, NotificationFilterContext context)
           
 

Uses of NotificationFilterContext in com.atlassian.jira.notification
 

Subclasses of NotificationFilterContext in com.atlassian.jira.notification
 class IssueEventNotificationFilterContext
          A filter context that is created for notifications in response to an Issue Event
 

Methods in com.atlassian.jira.notification that return NotificationFilterContext
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationFilterContext copy, NotificationType notificationType)
          Creates a context with a new NotificationType
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationFilterContext copy, NotificationType notificationType)
           
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationReason reason)
          Creates a context for the specified reason
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason)
           
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationReason reason, Issue issue)
          Creates a context for the specified reason and for the issue
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason, Issue issue)
           
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationReason reason, IssueEvent issueEvent)
          Creates a context for the specified reason and issue event
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason, IssueEvent issueEvent)
           
 

Methods in com.atlassian.jira.notification with parameters of type NotificationFilterContext
 Iterable<NotificationRecipient> NotificationFilter.addRecipient(NotificationFilterContext context, Iterable<NotificationRecipient> intendedRecipients)
          This called called to add possible new NotificationRecipients to a notification event.
 boolean NotificationFilterManager.filtered(NotificationRecipient recipient, NotificationFilterContext context)
          This will invoke plugins of NotificationFilter and filter (only) a recipient of a notification
 boolean NotificationFilterManagerImpl.filtered(NotificationRecipient recipient, NotificationFilterContext context)
           
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationFilterContext copy, NotificationType notificationType)
          Creates a context with a new NotificationType
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationFilterContext copy, NotificationType notificationType)
           
 Iterable<NotificationRecipient> NotificationFilterManager.recomputeRecipients(Iterable<NotificationRecipient> recipients, NotificationFilterContext context)
          This will invoke plugins of NotificationFilter and recompute the possible recipients of the notification.
 Iterable<NotificationRecipient> NotificationFilterManagerImpl.recomputeRecipients(Iterable<NotificationRecipient> recipients, NotificationFilterContext context)
           
 boolean NotificationFilter.removeRecipient(NotificationRecipient recipient, NotificationFilterContext context)
          This called called to remove NotificationRecipients from a notification event.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.