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  com.atlassian.crowd.embedded.api.User remoteUser
           
protected  ShareBean shareBean
           
 
Constructor Summary
ShareService.ValidateShareResult(ErrorCollection errorCollection, com.atlassian.crowd.embedded.api.User remoteUser, ShareBean shareBean)
           
 
Method Summary
 com.atlassian.crowd.embedded.api.User getRemoteUser()
           
 ShareBean getShareBean()
           
 
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

remoteUser

protected final com.atlassian.crowd.embedded.api.User remoteUser

shareBean

protected final ShareBean shareBean
Constructor Detail

ShareService.ValidateShareResult

public ShareService.ValidateShareResult(ErrorCollection errorCollection,
                                        com.atlassian.crowd.embedded.api.User remoteUser,
                                        ShareBean shareBean)
Method Detail

getRemoteUser

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

getShareBean

public ShareBean getShareBean()


Copyright © 2002-2013 Atlassian. All Rights Reserved.