public abstract class AbstractUserMappingUpgradeTask extends AbstractUpgradeTask implements DatabaseUpgradeTask
 Note that various "post schema" upgrade tasks assume this task has already run and make the assumption
 that all content referenced users as well as crowd users (which may not yet have associated content)
 are populated in the user_mapping table (ConfluenceUser). e.g. UserIndexingUpgradeTask.
log| Constructor and Description | 
|---|
| AbstractUserMappingUpgradeTask(ConfluenceUserDao confluenceUserDao,
                              BatchOperationManager batchOperationManager) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doUpgrade()Perform the upgrade. | 
| protected abstract Set<String> | getUsernamesMissingMapping() | 
addAllErrors, addError, addError, getBuildNumber, getConstraint, getErrors, getName, getShortDescription, isDatabaseUpgrade, setBeanName, setBuildNumber, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConstraint, getErrors, validategetBuildNumber, getName, getShortDescription, isDatabaseUpgradebreaksBackwardCompatibility, runOnSpaceImportpublic AbstractUserMappingUpgradeTask(ConfluenceUserDao confluenceUserDao, BatchOperationManager batchOperationManager)
public void doUpgrade()
               throws Exception
UpgradeTaskdoUpgrade in interface UpgradeTaskExceptionCopyright © 2003–2018 Atlassian. All rights reserved.