|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.customfields.impl.rest.AbstractCustomFieldOperationsHandler<String>
com.atlassian.jira.issue.customfields.impl.rest.TextCustomFieldOperationsHandler
@Internal public class TextCustomFieldOperationsHandler
Basic operation handler for single value Text Fields.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.jira.issue.customfields.impl.rest.AbstractCustomFieldOperationsHandler |
|---|
field, i18nHelper |
| Constructor Summary | |
|---|---|
TextCustomFieldOperationsHandler(CustomField field)
Deprecated. @since 5.0-RC2 Use the constructor TextCustomFieldOperationsHandler(CustomField field, I18nHelper i18nHelper) |
|
TextCustomFieldOperationsHandler(CustomField field,
I18nHelper i18nHelper)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
takes the value returnd by a call to applyOperation() and puts it into the inputparams |
protected String |
getInitialCreateValue(IssueContext issueCtx)
compute the "currentValue" to be passed to applyOperation() |
protected String |
getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation() |
protected String |
handleSetOperation(IssueContext issueCtx,
Issue issue,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
| Methods inherited from class com.atlassian.jira.issue.customfields.impl.rest.AbstractCustomFieldOperationsHandler |
|---|
applyOperation, getSupportedOperations, handleAddOperation, handleRemoveOperation, updateIssueInputParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextCustomFieldOperationsHandler(CustomField field,
I18nHelper i18nHelper)
field - Field the handler is for.i18nHelper - I18nHelperpublic TextCustomFieldOperationsHandler(CustomField field)
TextCustomFieldOperationsHandler(CustomField field, I18nHelper i18nHelper)
field - Field the handler is for.| Method Detail |
|---|
protected String getInitialValue(Issue issue,
ErrorCollection errors)
getInitialValue in class AbstractCustomFieldOperationsHandler<String>protected String getInitialCreateValue(IssueContext issueCtx)
getInitialCreateValue in class AbstractCustomFieldOperationsHandler<String>issueCtx -
protected String handleSetOperation(IssueContext issueCtx,
Issue issue,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
handleSetOperation in class AbstractCustomFieldOperationsHandler<String>
protected void finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
finaliseOperation in class AbstractCustomFieldOperationsHandler<String>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||