com.atlassian.jira.plugins.share
Class ShareService.ValidateShareResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.plugins.share.ShareService.ValidateShareResult
All Implemented Interfaces:
ServiceResult
Direct Known Subclasses:
ShareService.ValidateShareIssueResult, ShareService.ValidateShareSearchRequestResult
Enclosing interface:
ShareService

public abstract static class ShareService.ValidateShareResult
extends ServiceResultImpl


Field Summary
protected  ShareBean shareBean
           
protected  ApplicationUser user
           
 
Constructor Summary
ShareService.ValidateShareResult(ErrorCollection errorCollection, ApplicationUser remoteUser, ShareBean shareBean)
           
 
Method Summary
 com.atlassian.crowd.embedded.api.User getRemoteUser()
           
 ShareBean getShareBean()
           
 ApplicationUser getUser()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

protected final ApplicationUser user

shareBean

protected final ShareBean shareBean
Constructor Detail

ShareService.ValidateShareResult

public ShareService.ValidateShareResult(ErrorCollection errorCollection,
                                        ApplicationUser remoteUser,
                                        ShareBean shareBean)
Method Detail

getRemoteUser

public com.atlassian.crowd.embedded.api.User getRemoteUser()

getUser

public ApplicationUser getUser()

getShareBean

public ShareBean getShareBean()


Copyright © 2002-2014 Atlassian. All Rights Reserved.