com.atlassian.user.util.migration
Interface EntityMigrator

All Known Implementing Classes:
OSUEntityMigrator

public interface EntityMigrator


Method Summary
 void migrateGroups()
           
 void migratePropertySetItems()
           
 void migrateUsers(boolean migrateGroupMembershipForExistingUsers)
           
 

Method Detail

migrateGroups

public void migrateGroups()
                   throws EntityException
Throws:
EntityException

migratePropertySetItems

public void migratePropertySetItems()
                             throws EntityException
Throws:
EntityException

migrateUsers

public void migrateUsers(boolean migrateGroupMembershipForExistingUsers)
                  throws EntityException
Parameters:
migrateGroupMembershipForExistingUsers - if this flag is set the group membership for users that exist both in os_user repository and any of the atlassian_user repositories will be migrated. I.e. group membership that existed for a user in os_user repository will be transfered to his/her atlassian user account.
Throws:
EntityException


Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.