Uses of Class
com.atlassian.crowd.migration.legacy.LegacyImportDataHolder

Packages that use LegacyImportDataHolder
com.atlassian.crowd.migration.legacy   
com.atlassian.crowd.migration.legacy.database   
 

Uses of LegacyImportDataHolder in com.atlassian.crowd.migration.legacy
 

Methods in com.atlassian.crowd.migration.legacy with parameters of type LegacyImportDataHolder
protected  java.util.Set<InternalMembership> RoleMapper.getMemberships(org.dom4j.Element roleElement, LegacyImportDataHolder importData, BatchResultWithIdReferences<Group> roleImportResults)
           
protected  java.util.Set<InternalMembership> GroupMapper.getMemberships(org.dom4j.Element groupElement, LegacyImportDataHolder importData, BatchResultWithIdReferences<Group> groupImportResults)
           
 void UserMapper.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
           
 void SALPropertyMapper.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
           
 void RoleMapper.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
           
 void PropertyMapper.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
           
 void LegacyImporter.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
          Imports V1 (legacy Crowd 0.x.x and 1.x.x) XML.
 void GroupMapper.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
           
 void DirectoryMapper.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
           
 void CrowdPropertiesMapper.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
           
 void CrowdConfigMapper.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
           
 void ApplicationMapper.importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
           
 

Uses of LegacyImportDataHolder in com.atlassian.crowd.migration.legacy.database
 

Methods in com.atlassian.crowd.migration.legacy.database with parameters of type LegacyImportDataHolder
 void UserMapper.importFromDatabase(LegacyImportDataHolder importData)
           
 void SALPropertyMapper.importFromDatabase(LegacyImportDataHolder importData)
           
 void RoleMapper.importFromDatabase(LegacyImportDataHolder importData)
           
 void PropertyMapper.importFromDatabase(LegacyImportDataHolder importData)
           
 void GroupMapper.importFromDatabase(LegacyImportDataHolder importData)
           
 void DirectoryMapper.importFromDatabase(LegacyImportDataHolder importData)
           
 void DatabaseImporter.importFromDatabase(LegacyImportDataHolder importData)
          Migrates data from legacy Crowd database (pre 2.0) to current database (Crowd 2.0+) schema.
 void ApplicationMapper.importFromDatabase(LegacyImportDataHolder importData)
           
protected  java.util.Set<InternalMembership> RoleMapper.importMembershipsFromDatabase(LegacyImportDataHolder importData, BatchResultWithIdReferences<Group> roleImportResults)
           
protected  java.util.Set<InternalMembership> GroupMapper.importMembershipsFromDatabase(LegacyImportDataHolder importData, BatchResultWithIdReferences<Group> groupImportResults)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.