@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, registerOldValuepublic void registerOldValue(ExternalCustomFieldOption customFieldOption)
public ExternalCustomFieldOption getCustomFieldOption(String oldId)
public Collection getParentOptions(String fieldConfigId)
public Collection getChildOptions(String parentOptionId)
public void flagValueAsRequired(String oldCustomFieldOptionId)
AbstractMapperflagValueAsRequired in class AbstractMapperoldCustomFieldOptionId - The ID of the required object from the import file.Copyright © 2002-2019 Atlassian. All Rights Reserved.