|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface IssueEventManager
Component responsible for dispatching issue events.
| Method Summary | |
|---|---|
void |
dispatchEvent(Long eventTypeId,
Issue issue,
Map<String,Object> params,
com.atlassian.crowd.embedded.api.User remoteUser,
boolean sendMail)
Dispatch event of given type with custom parameters. |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
com.atlassian.crowd.embedded.api.User remoteUser)
Dispatch event of given type with custom parameters. |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
boolean sendMail)
Dispatch event of given type, configuring whether or not a mail notification should be sent (useful e.g. |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog)
Dispatch event of given type. |
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)
Dispatch event of given type. |
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)
Dispatch event of given type with custom parameters. |
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)
Dispatch event of given type with custom parameters. |
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)
Dispatch event of given type with custom parameters. |
void |
dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail,
boolean subtasksUpdated)
Dispatch event of given type. |
| Method Detail |
|---|
void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
boolean sendMail)
eventTypeId - type of eventissue - affected issueremoteUser - user initiating the eventsendMail - whether or not a mail notification should be sent
void dispatchEvent(Long eventTypeId,
Issue issue,
Map<String,Object> params,
com.atlassian.crowd.embedded.api.User remoteUser,
boolean sendMail)
eventTypeId - type of eventissue - affected issueparams - custom event parametersremoteUser - user initiating the eventsendMail - whether or not a mail notification should be sent
void dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
com.atlassian.crowd.embedded.api.User remoteUser)
eventTypeId - type of eventissue - affected issueparams - custom event parametersremoteUser - user initiating the event
void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog)
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
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)
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
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)
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
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)
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
void dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail,
boolean subtasksUpdated)
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.
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)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||