Uses of Class
com.atlassian.jira.plugins.share.ShareService.ValidateShareIssueResult

Packages that use ShareService.ValidateShareIssueResult
com.atlassian.jira.plugins.share   
 

Uses of ShareService.ValidateShareIssueResult in com.atlassian.jira.plugins.share
 

Methods in com.atlassian.jira.plugins.share that return ShareService.ValidateShareIssueResult
 ShareService.ValidateShareIssueResult ShareServiceImpl.validateShareIssue(com.atlassian.crowd.embedded.api.User remoteUser, ShareBean shareBean, Issue issue)
           
 ShareService.ValidateShareIssueResult ShareService.validateShareIssue(com.atlassian.crowd.embedded.api.User remoteUser, ShareBean shareBean, Issue issue)
          Confirms that the shareBean param contains either usernames or e-mails and also validates that the user performing this operation has the permission to view other users in this JIRA instance.
 

Methods in com.atlassian.jira.plugins.share with parameters of type ShareService.ValidateShareIssueResult
 void ShareServiceImpl.shareIssue(ShareService.ValidateShareIssueResult result)
           
 void ShareService.shareIssue(ShareService.ValidateShareIssueResult result)
          Given a valid ValidateShareIssueResult this method will send an e-mail to the users and fire a ShareIssueEvent
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.