com.atlassian.jira.bc
Class ExtendedJiraServiceContextImpl

java.lang.Object
  extended by com.atlassian.jira.bc.JiraServiceContextImpl
      extended by com.atlassian.jira.bc.ExtendedJiraServiceContextImpl
All Implemented Interfaces:
ExtendedJiraServiceContext, com.atlassian.jira.bc.JiraServiceContext

public class ExtendedJiraServiceContextImpl
extends com.atlassian.jira.bc.JiraServiceContextImpl
implements ExtendedJiraServiceContext

FQCN : com.atlassian.jira.bc.ExtendedJiraServiceContextImpl

Since:
Description : Provides a delegated JIRA Context
Author:
Kaamelot

Constructor Summary
ExtendedJiraServiceContextImpl(com.opensymphony.user.User user)
           
ExtendedJiraServiceContextImpl(com.opensymphony.user.User user, com.atlassian.jira.util.ErrorCollection errorCollection)
           
ExtendedJiraServiceContextImpl(com.opensymphony.user.User user, com.atlassian.jira.util.ErrorCollection errorCollection, com.opensymphony.user.User asUser)
           
ExtendedJiraServiceContextImpl(com.opensymphony.user.User user, com.opensymphony.user.User asUser)
           
 
Method Summary
 com.opensymphony.user.User getAsUser()
           
 com.atlassian.jira.bc.JiraServiceContext getDelegateJiraServiceContext()
           
 
Methods inherited from class com.atlassian.jira.bc.JiraServiceContextImpl
getErrorCollection, getI18nBean, getUser, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.bc.JiraServiceContext
getErrorCollection, getI18nBean, getUser
 

Constructor Detail

ExtendedJiraServiceContextImpl

public ExtendedJiraServiceContextImpl(com.opensymphony.user.User user,
                                      com.atlassian.jira.util.ErrorCollection errorCollection,
                                      com.opensymphony.user.User asUser)
                               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

ExtendedJiraServiceContextImpl

public ExtendedJiraServiceContextImpl(com.opensymphony.user.User user,
                                      com.atlassian.jira.util.ErrorCollection errorCollection)
                               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

ExtendedJiraServiceContextImpl

public ExtendedJiraServiceContextImpl(com.opensymphony.user.User user)

ExtendedJiraServiceContextImpl

public ExtendedJiraServiceContextImpl(com.opensymphony.user.User user,
                                      com.opensymphony.user.User asUser)
Method Detail

getAsUser

public com.opensymphony.user.User getAsUser()
Specified by:
getAsUser in interface ExtendedJiraServiceContext
Returns:
User qualified "AS"
See Also:
ExtendedJiraServiceContext.getAsUser()

getDelegateJiraServiceContext

public com.atlassian.jira.bc.JiraServiceContext getDelegateJiraServiceContext()
Specified by:
getDelegateJiraServiceContext in interface ExtendedJiraServiceContext
Returns:
a delegated JIRA Context with "As User"
See Also:
ExtendedJiraServiceContext.getDelegateJiraServiceContext()


Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.