Package com.atlassian.jira.bulkedit
Class BulkEditMultiSelectFieldOptionAdd
java.lang.Object
com.atlassian.jira.bulkedit.AbstractBulkEditMultiSelectFieldOption
com.atlassian.jira.bulkedit.BulkEditMultiSelectFieldOptionAdd
- All Implemented Interfaces:
BulkEditMultiSelectFieldOption
public class BulkEditMultiSelectFieldOptionAdd
extends AbstractBulkEditMultiSelectFieldOption
implements BulkEditMultiSelectFieldOption
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.bulkedit.AbstractBulkEditMultiSelectFieldOption
VALUES_SEPARATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the i18n key for the description of the change mode optiongetFieldValuesMap
(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) Returns the Collection representing the result of the Bulk Edit operation for the optiongetId()
Returns the id of the change mode optionReturns the i18n key for the name of the change mode optionMethods inherited from class com.atlassian.jira.bulkedit.AbstractBulkEditMultiSelectFieldOption
getFieldValuesToAdd, validateOperation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bulkedit.BulkEditMultiSelectFieldOption
getFieldValuesToAdd, validateOperation
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
BulkEditMultiSelectFieldOptionAdd
public BulkEditMultiSelectFieldOptionAdd()
-
-
Method Details
-
getId
Description copied from interface:BulkEditMultiSelectFieldOption
Returns the id of the change mode option- Specified by:
getId
in interfaceBulkEditMultiSelectFieldOption
-
getNameI18nKey
Description copied from interface:BulkEditMultiSelectFieldOption
Returns the i18n key for the name of the change mode option- Specified by:
getNameI18nKey
in interfaceBulkEditMultiSelectFieldOption
-
getDescriptionI18nKey
Description copied from interface:BulkEditMultiSelectFieldOption
Returns the i18n key for the description of the change mode option- Specified by:
getDescriptionI18nKey
in interfaceBulkEditMultiSelectFieldOption
-
getFieldValuesMap
public Map<String,Object> getFieldValuesMap(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) Description copied from interface:BulkEditMultiSelectFieldOption
Returns the Collection representing the result of the Bulk Edit operation for the option- Specified by:
getFieldValuesMap
in interfaceBulkEditMultiSelectFieldOption
- Overrides:
getFieldValuesMap
in classAbstractBulkEditMultiSelectFieldOption
- Returns:
- Collection representing the result of the Bulk Edit operation for the option
-