Uses of Class
com.atlassian.jira.bc.issue.IssueService.IssueResult

Packages that use IssueService.IssueResult
com.atlassian.jira.bc.issue   
 

Uses of IssueService.IssueResult in com.atlassian.jira.bc.issue
 

Methods in com.atlassian.jira.bc.issue that return IssueService.IssueResult
 IssueService.IssueResult IssueService.create(com.atlassian.crowd.embedded.api.User user, IssueService.CreateValidationResult createValidationResult)
          This method will store the provided issue to the JIRA datastore.
 IssueService.IssueResult IssueService.create(User user, IssueService.CreateValidationResult createValidationResult)
          This method will store the provided issue to the JIRA datastore.
 IssueService.IssueResult DefaultIssueService.create(com.atlassian.crowd.embedded.api.User user, IssueService.CreateValidationResult createValidationResult)
           
 IssueService.IssueResult DefaultIssueService.create(User user, IssueService.CreateValidationResult createValidationResult)
           
 IssueService.IssueResult IssueService.create(com.atlassian.crowd.embedded.api.User user, IssueService.CreateValidationResult createValidationResult, String initialWorkflowActionName)
          This method will store the provided issue to the JIRA datastore.
 IssueService.IssueResult IssueService.create(User user, IssueService.CreateValidationResult createValidationResult, String initialWorkflowActionName)
          This method will store the provided issue to the JIRA datastore.
 IssueService.IssueResult DefaultIssueService.create(com.atlassian.crowd.embedded.api.User user, IssueService.CreateValidationResult createValidationResult, String initialWorkflowActionName)
           
 IssueService.IssueResult DefaultIssueService.create(User user, IssueService.CreateValidationResult createValidationResult, String initialWorkflowActionName)
           
 IssueService.IssueResult IssueService.getIssue(com.atlassian.crowd.embedded.api.User user, Long issueId)
          This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.
 IssueService.IssueResult IssueService.getIssue(User user, Long issueId)
          This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.
 IssueService.IssueResult DefaultIssueService.getIssue(com.atlassian.crowd.embedded.api.User user, Long issueId)
           
 IssueService.IssueResult DefaultIssueService.getIssue(User user, Long issueId)
           
 IssueService.IssueResult IssueService.getIssue(com.atlassian.crowd.embedded.api.User user, String issueKey)
          This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.
 IssueService.IssueResult IssueService.getIssue(User user, String issueKey)
          This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.
 IssueService.IssueResult DefaultIssueService.getIssue(com.atlassian.crowd.embedded.api.User user, String issueKey)
           
 IssueService.IssueResult DefaultIssueService.getIssue(User user, String issueKey)
           
 IssueService.IssueResult IssueService.transition(com.atlassian.crowd.embedded.api.User user, IssueService.TransitionValidationResult transitionResult)
          This method will store the provided issue to the JIRA datastore and will transition it through workflow.
 IssueService.IssueResult IssueService.transition(User user, IssueService.TransitionValidationResult transitionResult)
          This method will store the provided issue to the JIRA datastore and will transition it through workflow.
 IssueService.IssueResult DefaultIssueService.transition(com.atlassian.crowd.embedded.api.User user, IssueService.TransitionValidationResult transitionResult)
           
 IssueService.IssueResult DefaultIssueService.transition(User user, IssueService.TransitionValidationResult transitionResult)
           
 IssueService.IssueResult IssueService.update(com.atlassian.crowd.embedded.api.User user, IssueService.UpdateValidationResult updateValidationResult)
          This method will store the provided issue to the JIRA datastore.
 IssueService.IssueResult IssueService.update(User user, IssueService.UpdateValidationResult updateValidationResult)
          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)
           
 IssueService.IssueResult DefaultIssueService.update(User user, IssueService.UpdateValidationResult updateValidationResult)
           
 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)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.