com.atlassian.jira.bc
Interface JiraServiceContext

All Known Implementing Classes:
JiraServiceContextImpl

public interface JiraServiceContext

This is a context that provides information to calls to the JIRA service layer.


Method Summary
 ErrorCollection getErrorCollection()
          Gets an error collection.
 User getUser()
          Gets the User who has invoked the JIRA service method.
 

Method Detail

getErrorCollection

ErrorCollection getErrorCollection()
Gets an error collection. This should be used to report any human-readable errors that occur in a JIRA service method call.

Returns:
errorCollection

getUser

User getUser()
Gets the User who has invoked the JIRA service method.

Returns:
user who is performing the operation


Copyright © 2002-2007 Atlassian. All Rights Reserved.