|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
ServiceOutcomeImpl.error(ServiceOutcome<?> outcome)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors. |
|
static
|
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
|
ServiceOutcomeImpl.from(ErrorCollection errors)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors. |
|
static
|
ServiceOutcomeImpl.from(ErrorCollection errors,
T value)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors and returned value. |
|
static
|
ServiceOutcomeImpl.ok()
Convenience method that returns a new ServiceOutcomeImpl instance containing no errors, and with the provided returned value. |
|
static
|
ServiceOutcomeImpl.ok(T returnedValue)
Convenience method that returns a new ServiceOutcomeImpl instance containing no errors, and with the provided returned value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||