public class MultiVersionCustomFieldOperationsHandler extends AbstractVersionsRestFieldOperationsHandler
i18nHelper
Constructor and Description |
---|
MultiVersionCustomFieldOperationsHandler(CustomField field,
VersionManager versionManager,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
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()
|
getInitialCreateValue, getSupportedOperations, handleAddOperation, handleRemoveOperation, handleSetOperation, toVersionIds
applyOperation, toLongIds, updateIssueInputParameters
public MultiVersionCustomFieldOperationsHandler(CustomField field, VersionManager versionManager, I18nHelper i18nHelper)
protected String getFieldName()
getFieldName
in class AbstractVersionsRestFieldOperationsHandler
protected Collection<String> getInitialValue(Issue issue, ErrorCollection errors)
AbstractFieldOperationsHandler
getInitialValue
in class AbstractFieldOperationsHandler<Collection<String>>
protected void finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors)
AbstractFieldOperationsHandler
finaliseOperation
in class AbstractFieldOperationsHandler<Collection<String>>
Copyright © 2002-2017 Atlassian. All Rights Reserved.