Uses of Class
com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.DeleteValidationResult

Packages that use RemoteIssueLinkService.DeleteValidationResult
com.atlassian.jira.bc.issue.link   
 

Uses of RemoteIssueLinkService.DeleteValidationResult in com.atlassian.jira.bc.issue.link
 

Methods in com.atlassian.jira.bc.issue.link that return RemoteIssueLinkService.DeleteValidationResult
 RemoteIssueLinkService.DeleteValidationResult DefaultRemoteIssueLinkService.validateDelete(com.atlassian.crowd.embedded.api.User user, Long remoteIssueLinkId)
           
 RemoteIssueLinkService.DeleteValidationResult RemoteIssueLinkService.validateDelete(com.atlassian.crowd.embedded.api.User user, Long remoteIssueLinkId)
          Validates parameters and checks permissions, and if all checks pass it will create a RemoteIssueLinkService.DeleteValidationResult that can be passed to the RemoteIssueLinkService.delete(User, DeleteValidationResult) method.
 

Methods in com.atlassian.jira.bc.issue.link with parameters of type RemoteIssueLinkService.DeleteValidationResult
 ErrorCollection DefaultRemoteIssueLinkService.delete(com.atlassian.crowd.embedded.api.User user, RemoteIssueLinkService.DeleteValidationResult deleteValidationResult)
           
 ErrorCollection RemoteIssueLinkService.delete(com.atlassian.crowd.embedded.api.User user, RemoteIssueLinkService.DeleteValidationResult deleteValidationResult)
          Deletes the remote issue link with the given id from the JIRA datastore, if the current user has permission to do so.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.