public class

MultiVersionCustomFieldOperationsHandler

extends AbstractVersionsRestFieldOperationsHandler
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler<T>
     ↳ com.atlassian.jira.issue.fields.rest.AbstractVersionsRestFieldOperationsHandler
       ↳ com.atlassian.jira.issue.customfields.impl.rest.MultiVersionCustomFieldOperationsHandler

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler
Public Constructors
MultiVersionCustomFieldOperationsHandler(CustomField field, VersionManager versionManager, I18nHelper i18nHelper)
Protected Methods
void finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors)
takes the valuye returnd by a call to applyOperation() and puts it into the inputparams
String getFieldName()
Collection<String> getInitialValue(Issue issue, ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
[Expand]
Inherited Methods
From class com.atlassian.jira.issue.fields.rest.AbstractVersionsRestFieldOperationsHandler
From class com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler
From class java.lang.Object
From interface com.atlassian.jira.issue.fields.rest.RestFieldOperationsHandler

Public Constructors

public MultiVersionCustomFieldOperationsHandler (CustomField field, VersionManager versionManager, I18nHelper i18nHelper)

Protected Methods

protected void finaliseOperation (Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors)

takes the valuye returnd by a call to applyOperation() and puts it into the inputparams

protected String getFieldName ()

protected Collection<String> getInitialValue (Issue issue, ErrorCollection errors)

compute the "currentValue" to be passed to applyOperation()