com.atlassian.jira.event.issue
Class IssueEventDispatcher

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

public class IssueEventDispatcher
extends java.lang.Object


Constructor Summary
IssueEventDispatcher()
           
 
Method Summary
static void dispatchEvent(int type, org.ofbiz.core.entity.GenericValue issue, java.util.Map params, com.opensymphony.user.User remoteUser)
           
static void dispatchEvent(int type, org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser)
           
static void dispatchEvent(int type, org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser, org.ofbiz.core.entity.GenericValue comment, org.ofbiz.core.entity.GenericValue changelog)
           
static void dispatchEvent(int type, org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser, org.ofbiz.core.entity.GenericValue comment, org.ofbiz.core.entity.GenericValue changelog, java.util.Map params)
           
static void dispatchEvent(int type, IssueEvent event)
           
 
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(int type,
                                 org.ofbiz.core.entity.GenericValue issue,
                                 com.opensymphony.user.User remoteUser)

dispatchEvent

public static void dispatchEvent(int type,
                                 org.ofbiz.core.entity.GenericValue issue,
                                 java.util.Map params,
                                 com.opensymphony.user.User remoteUser)

dispatchEvent

public static void dispatchEvent(int type,
                                 org.ofbiz.core.entity.GenericValue issue,
                                 com.opensymphony.user.User remoteUser,
                                 org.ofbiz.core.entity.GenericValue comment,
                                 org.ofbiz.core.entity.GenericValue changelog)

dispatchEvent

public static void dispatchEvent(int type,
                                 org.ofbiz.core.entity.GenericValue issue,
                                 com.opensymphony.user.User remoteUser,
                                 org.ofbiz.core.entity.GenericValue comment,
                                 org.ofbiz.core.entity.GenericValue changelog,
                                 java.util.Map params)

dispatchEvent

public static void dispatchEvent(int type,
                                 IssueEvent event)


Copyright © 2002-2006 Atlassian. All Rights Reserved.