public class LegacyImportDataHolder extends Object
Constructor and Description |
---|
LegacyImportDataHolder() |
Modifier and Type | Method and Description |
---|---|
Map<Long,Long> |
getOldToNewDirectoryIds() |
BatchResultWithIdReferences<User> |
getUserImportResults() |
void |
setOldToNewDirectoryIds(Map<Long,Long> oldToNewDirectoryIds) |
void |
setUserImportResults(BatchResultWithIdReferences<User> userImportResults) |
public Map<Long,Long> getOldToNewDirectoryIds()
public void setOldToNewDirectoryIds(Map<Long,Long> oldToNewDirectoryIds)
oldToNewDirectoryIds
- a map of directory IDs present in the XML file mapped to actual directory IDs saved in the database.public BatchResultWithIdReferences<User> getUserImportResults()
public void setUserImportResults(BatchResultWithIdReferences<User> userImportResults)
userImportResults
- results from the batch user import.Copyright © 2019 Atlassian. All rights reserved.