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

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

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

Methods in com.atlassian.jira.bc.issue that return IssueService.CreateValidationResult
 IssueService.CreateValidationResult IssueService.validateCreate(com.atlassian.crowd.embedded.api.User user, IssueInputParameters issueInputParameters)
          This method will validate parameters and check permissions and if all checks pass it will create an Issue that can be passed to the IssueService.create(User, CreateValidationResult) method.
 IssueService.CreateValidationResult IssueService.validateCreate(User user, IssueInputParameters issueInputParameters)
          This method will validate parameters and check permissions and if all checks pass it will create an Issue that can be passed to the IssueService.create(User, CreateValidationResult) method.
 IssueService.CreateValidationResult IssueService.validateSubTaskCreate(com.atlassian.crowd.embedded.api.User user, Long parentId, IssueInputParameters issueInputParameters)
          This method does the same as IssueService.validateCreate(User, IssueInputParameters) and it allows you to specify a parentId such that the created issue will be a subtask of the provided parent id.
 IssueService.CreateValidationResult IssueService.validateSubTaskCreate(User user, Long parentId, IssueInputParameters issueInputParameters)
          This method does the same as IssueService.validateCreate(User, IssueInputParameters) and it allows you to specify a parentId such that the created issue will be a subtask of the provided parent id.
 

Methods in com.atlassian.jira.bc.issue with parameters of type IssueService.CreateValidationResult
 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 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.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.