@PublicApi public class CustomFieldOptionMapper extends AbstractMapper
Constructor and Description |
---|
CustomFieldOptionMapper() |
Modifier and Type | Method and Description |
---|---|
void |
flagValueAsRequired(String oldCustomFieldOptionId)
This is an internal method for use by Mappers extending AbstractMapper and should not be called from other classes.
|
Collection |
getChildOptions(String parentOptionId) |
ExternalCustomFieldOption |
getCustomFieldOption(String oldId) |
Collection |
getParentOptions(String fieldConfigId) |
void |
registerOldValue(ExternalCustomFieldOption customFieldOption) |
clearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValue, registerOldValue
public void registerOldValue(ExternalCustomFieldOption customFieldOption)
public ExternalCustomFieldOption getCustomFieldOption(String oldId)
public Collection getParentOptions(String fieldConfigId)
public Collection getChildOptions(String parentOptionId)
public void flagValueAsRequired(String oldCustomFieldOptionId)
AbstractMapper
flagValueAsRequired
in class AbstractMapper
oldCustomFieldOptionId
- The ID of the required object from the import file.Copyright © 2002-2022 Atlassian. All Rights Reserved.