com.atlassian.jira.issue.customfields.impl.rest
Class MultiVersionCustomFieldOperationsHandler
java.lang.Object
com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler<Collection<String>>
com.atlassian.jira.issue.fields.rest.AbstractVersionsRestFieldOperationsHandler
com.atlassian.jira.issue.customfields.impl.rest.MultiVersionCustomFieldOperationsHandler
- All Implemented Interfaces:
- RestFieldOperationsHandler
public class MultiVersionCustomFieldOperationsHandler
- extends AbstractVersionsRestFieldOperationsHandler
- Since:
- v5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiVersionCustomFieldOperationsHandler
public MultiVersionCustomFieldOperationsHandler(CustomField field,
VersionManager versionManager,
I18nHelper i18nHelper)
getFieldName
protected String getFieldName()
- Specified by:
getFieldName
in class AbstractVersionsRestFieldOperationsHandler
getInitialValue
protected Collection<String> getInitialValue(Issue issue,
ErrorCollection errors)
- Description copied from class:
AbstractFieldOperationsHandler
- compute the "currentValue" to be passed to applyOperation()
- Specified by:
getInitialValue
in class AbstractFieldOperationsHandler<Collection<String>>
finaliseOperation
protected void finaliseOperation(Collection<String> finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
- Description copied from class:
AbstractFieldOperationsHandler
- takes the valuye returnd by a call to applyOperation() and puts it into the inputparams
- Specified by:
finaliseOperation
in class AbstractFieldOperationsHandler<Collection<String>>
Copyright © 2002-2012 Atlassian. All Rights Reserved.