Uses of Interface
com.atlassian.jira.event.type.EventDispatchOption

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 DefaultIssueService.delete(com.atlassian.crowd.embedded.api.User user, IssueService.DeleteValidationResult issueValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 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.
 IssueService.IssueResult DefaultIssueService.update(com.atlassian.crowd.embedded.api.User user, IssueService.UpdateValidationResult issueValidationResult, 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.
 

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_ASSIGNED
          Use this when you want to dispatch an EventType.ISSUE_ASSIGNED_ID event.
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(com.atlassian.crowd.embedded.api.User user, Issue 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)
          Deprecated. Use IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User, Issue, com.atlassian.jira.event.type.EventDispatchOption, boolean) instead. Since v5.0.
 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, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          Delete issue in context of given user.
 void DefaultIssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueManager.deleteIssue(com.atlassian.crowd.embedded.api.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(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.