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 IssueService.delete(com.opensymphony.user.User user, IssueService.DeleteValidationResult deleteValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will delete an issue from JIRA.
 ErrorCollection DefaultIssueService.delete(com.opensymphony.user.User user, IssueService.DeleteValidationResult issueValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 IssueService.IssueResult IssueService.update(com.opensymphony.user.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.opensymphony.user.User user, IssueService.UpdateValidationResult issueValidationResult, 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(java.lang.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.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will delete an issue from JIRA.
 Issue IssueManager.updateIssue(com.opensymphony.user.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.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void CachingIssueManager.deleteIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueDeleteHelper.deleteIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueManager.deleteIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
protected  void DefaultIssueManager.doUpdate(MutableIssue issue, org.ofbiz.core.entity.GenericValue originalIssueGV, EventDispatchOption eventDispatchOption, com.opensymphony.user.User user, boolean sendMail, DefaultIssueChangeHolder issueChangeHolder)
           
protected  void DefaultIssueDeleteHelper.removeSubTasks(com.opensymphony.user.User user, Issue parentIssue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 Issue CachingIssueManager.updateIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 Issue DefaultIssueManager.updateIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.