T - Transport Object See CustomFieldType for more information.S - Single Form of Transport Object. See CustomFieldType for more information.@PublicSpi public interface MultipleSettableCustomFieldType<T,S> extends MultipleCustomFieldType<T,S>
DEFAULT_VALUE_TYPE, RESOURCE_PREVIEW| Modifier and Type | Method and Description |
|---|---|
Set<Long> |
getIssueIdsWithValue(CustomField field,
Option option)
Returns a Set of issue ids (
Long) that have the given option selected. |
void |
removeValue(CustomField field,
Issue issue,
Option optionObject)
Perform any actions required if the option selected by the issue is removed.
|
getOptionsavailableForBulkEdit, createValue, getChangelogString, getChangelogValue, getCloneOptionConfiguration, getCloneValue, getConfigurationItemTypes, getDefaultValue, getDescription, getDescriptor, getKey, getName, getRelatedIndexers, getSingularObjectFromString, getStringFromSingularObject, getStringValueFromCustomFieldParams, getValueFromCustomFieldParams, getValueFromIssue, getVelocityParameters, init, isRenderable, isUserInputRequiredForMove, remove, setDefaultValue, updateValue, validateFromParams, valuesEqualSet<Long> getIssueIdsWithValue(CustomField field, Option option)
Long) that have the given option selected.field - the CustomField to search onoption - the Object representing a single value to search on.void removeValue(CustomField field, Issue issue, Option optionObject)
field - being editedissue - to remove stuff fromoptionObject - option being removed.Copyright © 2002-2017 Atlassian. All Rights Reserved.