package

com.atlassian.jira.bc

Interfaces

JiraServiceContext This is a context that provides information to calls to the JIRA service layer. 
ServiceOutcome<T> A service result that also has an value. 
ServiceResult This interface defines a service method call result in JIRA that can contain human readable errors. 

Classes

JiraServiceContextImpl Default implementation of the JiraServiceContext. 
ServiceOutcomeImpl<T> Generic service outcome that can optionally hold a value. 
ServiceResultImpl Simple implementation of a validation result. 

Exceptions