Uses of Class
com.atlassian.greenhopper.service.ServiceOutcomeImpl

Packages that use ServiceOutcomeImpl
com.atlassian.greenhopper.service   
 

Uses of ServiceOutcomeImpl in com.atlassian.greenhopper.service
 

Methods in com.atlassian.greenhopper.service that return ServiceOutcomeImpl
static
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.error(ErrorCollection.Reason reason, java.lang.String messageKey, java.lang.Object... params)
          Convenience method that returns a new ServiceOutcomeImpl instance containing the provided error message, and no return value.
static
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.error(ServiceOutcome<?> outcome)
          Convenience method that returns a new ServiceOutcomeImpl containing the given errors.
static
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.error(java.lang.String contextId, ErrorCollection.Reason reason, java.lang.String messageKey, java.lang.Object... params)
          Convenience method that returns a new ServiceOutcomeImpl instance containing the provided contextual error message, and no return value.
static
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.from(ErrorCollection errors)
          Convenience method that returns a new ServiceOutcomeImpl containing the given errors.
static
<T> ServiceOutcomeImpl<T>
ServiceOutcomeImpl.from(ErrorCollection errors, T value)
          Convenience method that returns a new ServiceOutcomeImpl containing the given errors and returned value.
static
<Void> ServiceOutcomeImpl<Void>
ServiceOutcomeImpl.ok()
          Convenience method that returns a new ServiceOutcomeImpl instance containing no errors, and with the provided 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 © 2007-2012 Atlassian. All Rights Reserved.