|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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(String groupName,
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 |
|---|
void userMigrationStarted(int usersToMigrate)
usersToMigrate - the overall number of users to migrate.void userMigrated()
void userMigrationComplete()
void groupMigrationStarted(int groupsToMigrate)
groupsToMigrate - the overall number of groups to migratevoid groupMigrated()
void groupMigrationComplete()
void readonlyGroupMembershipNotMigrated(String groupName,
String userName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||