Uses of Class
com.atlassian.jira.bc.ServiceOutcomeImpl

Packages that use ServiceOutcomeImpl
com.atlassian.jira.bc   
 

Uses of ServiceOutcomeImpl in com.atlassian.jira.bc
 

Methods in com.atlassian.jira.bc that return ServiceOutcomeImpl
static
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.error(String errorMessage)
          Convenience method that returns a new ServiceOutcomeImpl instance containing the provided error message, and no return value.
static
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.from(ErrorCollection errorCollection, T value)
          Convenience method that returns a new ServiceOutcomeImpl containing the given errors and returned value.
static
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.ok(T returnedValue)
          Convenience method that returns a new ServiceOutcomeImpl instance containing no errors, and with the provided returned value.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.