com.atlassian.user.util.migration
Interface MigrationProgressListener

All Known Implementing Classes:
Log4jMigrationProgressListener

public interface MigrationProgressListener


Method Summary
 void groupMigrated()
          called on each group migration
 void groupMigrationComplete()
          called when group migration is complete
 void groupMigrationStarted(int groupsToMigrate)
          called when group migration begins
 void readonlyGroupMembershipNotMigrated(java.lang.String groupName, java.lang.String userName)
          called when a group membership cannot be migrated because the target group is readonly.
 void userMigrated()
          called on each user migrated
 void userMigrationComplete()
          called when user migration is complete
 void userMigrationStarted(int usersToMigrate)
          called when user migration begins
 

Method Detail

userMigrationStarted

public void userMigrationStarted(int usersToMigrate)
called when user migration begins

Parameters:
usersToMigrate - the overall number of users to migrate.

userMigrated

public void userMigrated()
called on each user migrated


userMigrationComplete

public void userMigrationComplete()
called when user migration is complete


groupMigrationStarted

public void groupMigrationStarted(int groupsToMigrate)
called when group migration begins

Parameters:
groupsToMigrate - the overall number of groups to migrate

groupMigrated

public void groupMigrated()
called on each group migration


groupMigrationComplete

public void groupMigrationComplete()
called when group migration is complete


readonlyGroupMembershipNotMigrated

public void readonlyGroupMembershipNotMigrated(java.lang.String groupName,
                                               java.lang.String userName)
called when a group membership cannot be migrated because the target group is readonly.



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