java.lang.Object | |
↳ | com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler<T> |
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
i18nHelper |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method has to set the field value(s) in the
IssueInputParameters based on the operations. |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new
value
| |||||||||||
takes the valuye returnd by a call to applyOperation() and puts it into the inputparams
| |||||||||||
compute the "currentValue" to be passed to applyOperation()
| |||||||||||
compute the "currentValue" to be passed to applyOperation()
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
This method has to set the field value(s) in the IssueInputParameters
based on the operations.
The issue service will validate the new field values in the IssueInputParameters, thus all permission checks are done by the issue service.
issueCtx | the Issue Context , i.e. Project IssueType |
---|---|
issue | the issue (may be null when creating an issue) |
fieldId | The Id of the field being processed. |
inputParameters | the inputparameters containing all updatd field values. |
operations | the operations to perform for this field. Has to be one of the supported operations. |
gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new value
takes the valuye returnd by a call to applyOperation() and puts it into the inputparams
compute the "currentValue" to be passed to applyOperation()
compute the "currentValue" to be passed to applyOperation()