@PublicApi
public interface IssueEventManager
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchEvent(IssueEventBundle issueEventBundle)
Dispatches a bundle of issue events.
|
void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
boolean sendMail)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail,
boolean subtasksUpdated)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail,
boolean subtasksUpdated)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
Map<String,Object> params,
ApplicationUser remoteUser,
boolean sendMail)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
ApplicationUser remoteUser)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchRedundantEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchRedundantEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchRedundantEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchRedundantEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail,
boolean subtasksUpdated)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchRedundantEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail,
boolean subtasksUpdated)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
void |
dispatchRedundantEvent(Long eventTypeId,
Issue issue,
Map<String,Object> params,
ApplicationUser remoteUser,
boolean sendMail)
Deprecated.
since v6.4.10, please use
dispatchEvent(IssueEventBundle). |
@Deprecated void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - user initiating the eventsendMail - whether or not a mail notification should be sent@Deprecated void dispatchEvent(Long eventTypeId, Issue issue, Map<String,Object> params, ApplicationUser remoteUser, boolean sendMail)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueparams - custom event parametersremoteUser - user initiating the eventsendMail - whether or not a mail notification should be sent@Deprecated void dispatchRedundantEvent(Long eventTypeId, Issue issue, Map<String,Object> params, ApplicationUser remoteUser, boolean sendMail)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueparams - custom event parametersremoteUser - user initiating the eventsendMail - whether or not a mail notification should be sent@Deprecated void dispatchEvent(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueparams - custom event parametersremoteUser - user initiating the event@Deprecated void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventcomment - comment for this eventworklog - worklog for this eventchangelog - An attached changeGroup for this event@Deprecated void dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventcomment - comment for this eventworklog - worklog for this eventchangelog - An attached changeGroup for this event@Deprecated void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventcomment - comment for this eventworklog - worklog for this eventchangelog - attached changeGroup for this eventsendMail - whether or not a mail notification should be sent@Deprecated void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventcomment - comment for this eventworklog - worklog for this eventchangelog - attached changeGroup for this eventparams - custom event parameters@Deprecated void dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventcomment - comment for this eventworklog - worklog for this eventchangelog - attached changeGroup for this eventparams - custom event parameters@Deprecated void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventcomment - comment for this eventworklog - worklog for this eventchangelog - attached changeGroup for this eventparams - custom event parameterssendMail - whether or not a mail notification should be sent@Deprecated void dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventcomment - comment for this eventworklog - worklog for this eventchangelog - attached changeGroup for this eventparams - custom event parameterssendMail - whether or not a mail notification should be sent@Deprecated void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventchangelog - attached changeGroup for this eventsendMail - whether or not a mail notification should be sentsubtasksUpdated - if subtask have been modified.@Deprecated void dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventchangelog - attached changeGroup for this eventsendMail - whether or not a mail notification should be sentsubtasksUpdated - if subtask have been modified.@Deprecated void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventcomment - comment for this eventworklog - worklog for this eventchangelog - attached changeGroup for this eventparams - custom event parameterssendMail - whether or not a mail notification should be sentsubtasksUpdated - if subtask have been modified.@Deprecated void dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
dispatchEvent(IssueEventBundle).eventTypeId - type of eventissue - affected issueremoteUser - remoteUser user initiating the eventcomment - comment for this eventworklog - worklog for this eventchangelog - attached changeGroup for this eventparams - custom event parameterssendMail - whether or not a mail notification should be sentsubtasksUpdated - if subtask have been modified.void dispatchEvent(IssueEventBundle issueEventBundle)
issueEventBundle - The bundle with all the issue events.IssueEventBundleCopyright © 2002-2017 Atlassian. All Rights Reserved.