java.lang.Object | ||
↳ | webwork.action.ActionSupport | |
↳ | com.atlassian.jira.action.MockAction |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
webwork.action.Action
|
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
webwork.action.ActionSupport
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add a field-specific error message.
| |||||||||||
Populate this ErrorCollection with general and field-specific errors.
| |||||||||||
Add error message relating to system state (not field-specific), and a reason.
| |||||||||||
Add a reason why the function has not been performed.
| |||||||||||
Add reasons why the function has not been performed.
| |||||||||||
Get error messages, then get rid of them.
| |||||||||||
A set of well known reasons why the function has not been performed.
| |||||||||||
Whether any errors (of any type - field-specific or otherwise) have been collected.
| |||||||||||
Set reasons why the function has not been performed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
webwork.action.ActionSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.util.ErrorCollection
| |||||||||||
From interface
webwork.action.Action
| |||||||||||
From interface
webwork.action.IllegalArgumentAware
|
Add a field-specific error message.
field | Field name, eg. "assignee" |
---|---|
message | Error message. |
reason | Reason for the error. |
Populate this ErrorCollection with general and field-specific errors.
errors | ErrorCollection whose errors/messages we obtain. |
---|
Add error message relating to system state (not field-specific), and a reason.
message | Error message. |
---|---|
reason | Reason for the error. |
Add a reason why the function has not been performed. The reasons may be used by callers of services to set return codes etc. for example in REST services.
reason | a well known reasons why the function has not been performed. |
---|
Add reasons why the function has not been performed. The reasons may be used by callers of services to set return codes etc. for example in REST services.
reasons | a set of well known reasons why the function has not been performed. |
---|
Get error messages, then get rid of them.
A set of well known reasons why the function has not been performed. The reasons may be used by callers of services to set return codes etc. for example in REST services.
Whether any errors (of any type - field-specific or otherwise) have been collected.
Set reasons why the function has not been performed. The reasons may be used by callers of services to set return codes etc. for example in REST services.
reasons | a set of well known reasons why the function has not been performed. |
---|