|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.event.issue.IssueEventDispatcher
IssueEventManager instead.
public class IssueEventDispatcher
Static utility to dispatch issue events.
| Constructor Summary | |
|---|---|
IssueEventDispatcher()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
dispatchEvent(IssueEvent event)
Deprecated. Notifies registered IssueEventListeners of the given event. |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
com.atlassian.crowd.embedded.api.User remoteUser)
Deprecated. Since v5.0 |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
com.atlassian.crowd.embedded.api.User remoteUser,
boolean sendMail)
Deprecated. use IssueEventManager.dispatchEvent(Long,
com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean) instead. |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
Deprecated. Since v5.0 |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
boolean sendMail)
Deprecated. use IssueEventManager.dispatchEvent(Long,
com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean) instead. |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog)
Deprecated. Since v5.0 |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail)
Deprecated. Since v5.0 |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params)
Deprecated. Since v5.0 |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail)
Deprecated. Since v5.0 |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail,
boolean subtasksUpdated)
Deprecated. Since v5.0 |
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail,
boolean subtasksUpdated)
Deprecated. Since v5.0 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IssueEventDispatcher()
| Method Detail |
|---|
public static void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
IssueEventManager.
public static void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
boolean sendMail)
IssueEventManager.dispatchEvent(Long,
com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean) instead.
IssueEventManager.
eventTypeId - type of eventissue - affected issueremoteUser - user initiating the eventsendMail - whether or not a mail notification should be sent
public static void dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
com.atlassian.crowd.embedded.api.User remoteUser)
IssueEventManager.
public static void dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
com.atlassian.crowd.embedded.api.User remoteUser,
boolean sendMail)
IssueEventManager.dispatchEvent(Long,
com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean) instead.
IssueEventManager.
eventTypeId - type of eventissue - affected issueparams - custom event parametersremoteUser - user initiating the eventsendMail - whether or not a mail notification should be sent
public static void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog)
IssueEventManager.
public static void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail)
IssueEventManager.
public static void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params)
IssueEventManager.
public static void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail)
IssueEventManager.
public static void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail,
boolean subtasksUpdated)
IssueEventManager.
public static void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail,
boolean subtasksUpdated)
IssueEventManager.
public static void dispatchEvent(IssueEvent event)
event - the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||