|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorCollection.Reason | |
|---|---|
| com.atlassian.greenhopper.model.validation | |
| com.atlassian.greenhopper.service | |
| com.atlassian.greenhopper.service.lexorank | |
| Uses of ErrorCollection.Reason in com.atlassian.greenhopper.model.validation |
|---|
| Methods in com.atlassian.greenhopper.model.validation that return ErrorCollection.Reason | |
|---|---|
ErrorCollection.Reason |
ErrorCollection.getDefinitiveReason()
Returns the definitive reason, if one exists. |
static ErrorCollection.Reason |
ErrorCollection.Reason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ErrorCollection.Reason[] |
ErrorCollection.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.greenhopper.model.validation that return types with arguments of type ErrorCollection.Reason | |
|---|---|
java.util.Set<ErrorCollection.Reason> |
ErrorCollection.getReasons()
A set of well known reasons why the function has not been performed. |
| Methods in com.atlassian.greenhopper.model.validation with parameters of type ErrorCollection.Reason | |
|---|---|
ErrorCollection |
ErrorCollection.addContextualError(ErrorCollection.Reason reason,
java.lang.String contextId,
java.lang.String messageKey,
java.lang.Object... params)
Add a contextual error. |
ErrorCollection |
ErrorCollection.addError(ErrorCollection.Reason reason,
java.lang.String messageKey,
java.lang.Object... params)
Add a global error that is not bound to a particular context. |
ErrorCollection |
ErrorCollection.addReason(ErrorCollection.Reason reason)
Add a reason why the function has not been performed. |
| Method parameters in com.atlassian.greenhopper.model.validation with type arguments of type ErrorCollection.Reason | |
|---|---|
ErrorCollection |
ErrorCollection.addReasons(java.util.Set<ErrorCollection.Reason> reasons)
Add reasons why the function has not been performed. |
ErrorCollection |
ErrorCollection.setReasons(java.util.Set<ErrorCollection.Reason> reasons)
Set reasons why the function has not been performed. |
| Uses of ErrorCollection.Reason in com.atlassian.greenhopper.service |
|---|
| Methods in com.atlassian.greenhopper.service with parameters of type ErrorCollection.Reason | ||
|---|---|---|
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(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(com.atlassian.jira.util.ErrorCollection jiraErrors,
ErrorCollection.Reason reason)
Convenience method that returns a new ServiceOutcomeImpl containing the given errors. |
|
| Uses of ErrorCollection.Reason in com.atlassian.greenhopper.service.lexorank |
|---|
| Methods in com.atlassian.greenhopper.service.lexorank with parameters of type ErrorCollection.Reason | ||
|---|---|---|
static
|
LexoRankOperationOutcome.error(ErrorCollection.Reason reason,
java.lang.String templateMessage,
java.lang.Object... messageArguments)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||