|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventDispatchOption | |
|---|---|
| com.atlassian.jira.bc.issue | |
| com.atlassian.jira.event.type | |
| com.atlassian.jira.issue | |
| com.atlassian.jira.issue.managers | |
| Uses of EventDispatchOption in com.atlassian.jira.bc.issue |
|---|
| Methods in com.atlassian.jira.bc.issue with parameters of type EventDispatchOption | |
|---|---|
ErrorCollection |
IssueService.delete(com.atlassian.crowd.embedded.api.User user,
IssueService.DeleteValidationResult deleteValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
ErrorCollection |
IssueService.delete(User user,
IssueService.DeleteValidationResult deleteValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
ErrorCollection |
DefaultIssueService.delete(com.atlassian.crowd.embedded.api.User user,
IssueService.DeleteValidationResult issueValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
ErrorCollection |
DefaultIssueService.delete(User user,
IssueService.DeleteValidationResult deleteValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
IssueService.IssueResult |
IssueService.update(com.atlassian.crowd.embedded.api.User user,
IssueService.UpdateValidationResult updateValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore. |
IssueService.IssueResult |
IssueService.update(User user,
IssueService.UpdateValidationResult updateValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore. |
IssueService.IssueResult |
DefaultIssueService.update(com.atlassian.crowd.embedded.api.User user,
IssueService.UpdateValidationResult issueValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
IssueService.IssueResult |
DefaultIssueService.update(User user,
IssueService.UpdateValidationResult updateValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
| Uses of EventDispatchOption in com.atlassian.jira.event.type |
|---|
| Classes in com.atlassian.jira.event.type that implement EventDispatchOption | |
|---|---|
static class |
EventDispatchOption.EventDispatchOptionImpl
|
| Fields in com.atlassian.jira.event.type declared as EventDispatchOption | |
|---|---|
static EventDispatchOption |
EventDispatchOption.DO_NOT_DISPATCH
Use this when you do not want an event to be dispatched. |
static EventDispatchOption |
EventDispatchOption.ISSUE_DELETED
Use this when you want to dispatch an EventType.ISSUE_DELETED_ID event. |
static EventDispatchOption |
EventDispatchOption.ISSUE_UPDATED
Use this when you want to dispatch an EventType.ISSUE_UPDATED_ID
event. |
| Methods in com.atlassian.jira.event.type that return EventDispatchOption | |
|---|---|
static EventDispatchOption |
EventDispatchOption.Factory.get(Long id)
Creates an EventDispatchOption with the specified eventTypeId. |
| Uses of EventDispatchOption in com.atlassian.jira.issue |
|---|
| Methods in com.atlassian.jira.issue with parameters of type EventDispatchOption | |
|---|---|
void |
IssueManager.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
void |
IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
Issue |
IssueManager.updateIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore. |
Issue |
IssueManager.updateIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore. |
| Uses of EventDispatchOption in com.atlassian.jira.issue.managers |
|---|
| Methods in com.atlassian.jira.issue.managers with parameters of type EventDispatchOption | |
|---|---|
void |
IssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
IssueDeleteHelper.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
DefaultIssueManager.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
DefaultIssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
DefaultIssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
DefaultIssueDeleteHelper.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
protected void |
DefaultIssueManager.doUpdate(MutableIssue issue,
org.ofbiz.core.entity.GenericValue originalIssueGV,
EventDispatchOption eventDispatchOption,
com.atlassian.crowd.embedded.api.User user,
boolean sendMail,
DefaultIssueChangeHolder issueChangeHolder)
|
protected void |
DefaultIssueDeleteHelper.removeSubTasks(com.atlassian.crowd.embedded.api.User user,
Issue parentIssue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
Issue |
DefaultIssueManager.updateIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
Issue |
DefaultIssueManager.updateIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||