public static abstract class

ShareService.ValidateShareResult

extends ServiceResultImpl
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.plugins.share.ShareService.ValidateShareResult
Known Direct Subclasses

Summary

Fields
protected final ShareBean shareBean
protected final ApplicationUser user
Public Constructors
ShareService.ValidateShareResult(ErrorCollection errorCollection, ApplicationUser remoteUser, ShareBean shareBean)
Public Methods
User getRemoteUser()
ShareBean getShareBean()
ApplicationUser getUser()
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Fields

protected final ShareBean shareBean

protected final ApplicationUser user

Public Constructors

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

Public Methods

public User getRemoteUser ()

public ShareBean getShareBean ()

public ApplicationUser getUser ()