com.atlassian.jira.bc
Interface ServiceOutcome<T>

All Superinterfaces:
ServiceResult
All Known Implementing Classes:
ServiceOutcomeImpl

public interface ServiceOutcome<T>
extends ServiceResult

A service result that also has an value.

Since:
v4.2

Method Summary
 T getReturnedValue()
          Returns the value that was returned by the service, or null.
 
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
getErrorCollection, isValid
 

Method Detail

getReturnedValue

T getReturnedValue()
Returns the value that was returned by the service, or null.

Returns:
the value returned by the service, or null


Copyright © 2002-2011 Atlassian. All Rights Reserved.