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, mapValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValue
public void flagValueAsRequired(String oldId)
AbstractMapper
flagValueAsRequired
in interface SimpleProjectImportIdMapper
flagValueAsRequired
in class AbstractMapper
oldId
- The ID of the required object from the import file.public void registerOldValue(String oldId, String oldKey)
AbstractMapper
registerOldValue
in interface MapperEntityRegister
registerOldValue
in class AbstractMapper
oldId
- The ID of the required object from the import file.oldKey
- The unique key of the required object from the import file.Copyright © 2002-2021 Atlassian. All Rights Reserved.