com.atlassian.jira.event.issue
Class IssueEventDispatcher

java.lang.Object
  extended by com.atlassian.jira.event.issue.IssueEventDispatcher

public class IssueEventDispatcher
extends Object


Constructor Summary
IssueEventDispatcher()
           
 
Method Summary
static void dispatchEvent(IssueEvent event)
          Notifies registered IssueEventListeners of the given event.
static void dispatchEvent(Long eventTypeId, Issue issue, Map params, User remoteUser)
           
static void dispatchEvent(Long eventTypeId, Issue issue, Map params, User remoteUser, boolean sendMail)
           
static void dispatchEvent(Long eventTypeId, Issue issue, User remoteUser)
           
static void dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, boolean sendMail)
          Dispatch event allowing sendMail configuration Use sendMail to disable mail delivery for an event notification - e.g.
static void dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
           
static void dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
           
static void dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
           
static void dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
           
static void dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
           
static void dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueEventDispatcher

public IssueEventDispatcher()
Method Detail

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 User remoteUser)

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 User remoteUser,
                                 boolean sendMail)
Dispatch event allowing sendMail configuration Use sendMail to disable mail delivery for an event notification - e.g. bulk operations

Parameters:
eventTypeId - eventTypeId
issue - Issue
remoteUser - User
sendMail - configure if mail is sent or not

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 Map params,
                                 User remoteUser)

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 Map params,
                                 User remoteUser,
                                 boolean sendMail)

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 User remoteUser,
                                 Comment comment,
                                 Worklog worklog,
                                 org.ofbiz.core.entity.GenericValue changelog)

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 User remoteUser,
                                 Comment comment,
                                 Worklog worklog,
                                 org.ofbiz.core.entity.GenericValue changelog,
                                 boolean sendMail)

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 User remoteUser,
                                 Comment comment,
                                 Worklog worklog,
                                 org.ofbiz.core.entity.GenericValue changelog,
                                 Map params)

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 User remoteUser,
                                 Comment comment,
                                 Worklog worklog,
                                 org.ofbiz.core.entity.GenericValue changelog,
                                 Map params,
                                 boolean sendMail)

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 User remoteUser,
                                 org.ofbiz.core.entity.GenericValue changelog,
                                 boolean sendMail,
                                 boolean subtasksUpdated)

dispatchEvent

public static void dispatchEvent(Long eventTypeId,
                                 Issue issue,
                                 User remoteUser,
                                 Comment comment,
                                 Worklog worklog,
                                 org.ofbiz.core.entity.GenericValue changelog,
                                 Map params,
                                 boolean sendMail,
                                 boolean subtasksUpdated)

dispatchEvent

public static void dispatchEvent(IssueEvent event)
Notifies registered IssueEventListeners of the given event.

Parameters:
event - the event.


Copyright © 2002-2010 Atlassian. All Rights Reserved.