@PublicApi public interface SimpleProjectImportIdMapper extends ProjectImportIdMapper, MapperEntityRegister
| Modifier and Type | Method and Description |
|---|---|
void |
flagValueAsRequired(String oldId)
Flags an old value, which should eventually be registered via
MapperEntityRegister.registerOldValue(String, String), such
that this mapper will indicate that the value MUST be mapped to a new value. |
clearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValueregisterOldValuevoid flagValueAsRequired(String oldId)
MapperEntityRegister.registerOldValue(String, String), such
that this mapper will indicate that the value MUST be mapped to a new value.oldId - the string representation for the id of the backup value.Copyright © 2002-2018 Atlassian. All Rights Reserved.