|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorCollection.Reason | |
|---|---|
| com.atlassian.jira.util | |
| Uses of ErrorCollection.Reason in com.atlassian.jira.util |
|---|
| Methods in com.atlassian.jira.util that return ErrorCollection.Reason | |
|---|---|
static ErrorCollection.Reason |
ErrorCollection.Reason.valueOf(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.jira.util that return types with arguments of type ErrorCollection.Reason | |
|---|---|
Set<ErrorCollection.Reason> |
SimpleErrorCollection.getReasons()
|
Set<ErrorCollection.Reason> |
ErrorCollection.getReasons()
A set of well known reasons why the function has not been performed. |
| Methods in com.atlassian.jira.util with parameters of type ErrorCollection.Reason | |
|---|---|
void |
SimpleErrorCollection.addError(String field,
String message,
ErrorCollection.Reason reason)
|
void |
ErrorCollection.addError(String field,
String message,
ErrorCollection.Reason reason)
Add a field-specific error message. |
void |
SimpleErrorCollection.addErrorMessage(String message,
ErrorCollection.Reason reason)
|
void |
ErrorCollection.addErrorMessage(String message,
ErrorCollection.Reason reason)
Add error message relating to system state (not field-specific), and a reason. |
void |
SimpleErrorCollection.addReason(ErrorCollection.Reason reason)
|
void |
ErrorCollection.addReason(ErrorCollection.Reason reason)
Add a reason why the function has not been performed. |
| Method parameters in com.atlassian.jira.util with type arguments of type ErrorCollection.Reason | |
|---|---|
void |
SimpleErrorCollection.addReasons(Set<ErrorCollection.Reason> reasons)
|
void |
ErrorCollection.addReasons(Set<ErrorCollection.Reason> reasons)
Add reasons why the function has not been performed. |
void |
SimpleErrorCollection.setReasons(Set<ErrorCollection.Reason> reasons)
|
void |
ErrorCollection.setReasons(Set<ErrorCollection.Reason> reasons)
Set reasons why the function has not been performed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||