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
ValidateShareResult(ErrorCollection errorCollection, ApplicationUser remoteUser, ShareBean shareBean)
Public Methods
ApplicationUser 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 ValidateShareResult (ErrorCollection errorCollection, ApplicationUser remoteUser, ShareBean shareBean)

Public Methods

public ApplicationUser getRemoteUser ()

public ShareBean getShareBean ()

public ApplicationUser getUser ()