public class SimpleProjectImportIdMapperImpl extends AbstractMapper implements SimpleProjectImportIdMapper
| Constructor and Description |
|---|
SimpleProjectImportIdMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
flagValueAsRequired(String oldId)
This is an internal method for use by Mappers extending AbstractMapper and should not be called from other classes.
|
void |
registerOldValue(String oldId,
String oldKey)
This is an internal method for use by Mappers extending AbstractMapper and should not be called from other classes.
|
String |
toString() |
clearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValuepublic void flagValueAsRequired(String oldId)
AbstractMapperflagValueAsRequired in interface SimpleProjectImportIdMapperflagValueAsRequired in class AbstractMapperoldId - The ID of the required object from the import file.public void registerOldValue(String oldId, String oldKey)
AbstractMapperregisterOldValue in interface MapperEntityRegisterregisterOldValue in class AbstractMapperoldId - The ID of the required object from the import file.oldKey - The unique key of the required object from the import file.Copyright © 2002-2022 Atlassian. All Rights Reserved.