public abstract class

AbstractBulkEditMultiSelectFieldOption

extends Object
implements BulkEditMultiSelectFieldOption
java.lang.Object
   ↳ com.atlassian.jira.bulkedit.AbstractBulkEditMultiSelectFieldOption
Known Direct Subclasses

Class Overview

Abstract class for BulkEditMultiSelectFieldOption to reuse methods implementations in specific options

Summary

Constants
String VALUES_SEPARATOR
Public Constructors
AbstractBulkEditMultiSelectFieldOption()
Public Methods
Map<StringObject> getFieldValuesMap(Issue issue, OrderableField field, Map<StringObject> fieldValuesHolder)
Returns the Collection representing the result of the Bulk Edit operation for the option
String getFieldValuesToAdd(OrderableField field, Map<StringObject> fieldValuesHolder)
Returns String representing new Components/Versions field values for Project which will be added during bulk operation
boolean validateOperation(OrderableField field, Map<StringObject> fieldValuesHolder)
Returns true if the requirement for minimum number of elements for option is fulfilled
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.bulkedit.BulkEditMultiSelectFieldOption

Constants

public static final String VALUES_SEPARATOR

Constant Value: ", "

Public Constructors

public AbstractBulkEditMultiSelectFieldOption ()

Public Methods

public Map<StringObject> getFieldValuesMap (Issue issue, OrderableField field, Map<StringObject> fieldValuesHolder)

Returns the Collection representing the result of the Bulk Edit operation for the option

Returns
  • Collection representing the result of the Bulk Edit operation for the option

public String getFieldValuesToAdd (OrderableField field, Map<StringObject> fieldValuesHolder)

Returns String representing new Components/Versions field values for Project which will be added during bulk operation

Returns
  • String representing new Components/Versions field values for Project which will be added during bulk operation

public boolean validateOperation (OrderableField field, Map<StringObject> fieldValuesHolder)

Returns true if the requirement for minimum number of elements for option is fulfilled

Returns
  • true if the requirement for minimum number of elements for option is fulfilled