|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventDispatchOption | |
|---|---|
| com.atlassian.jira.bc.issue | |
| com.atlassian.jira.event.type | |
| com.atlassian.jira.issue | |
| 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. |
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. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||