com.atlassian.confluence.user.migration
Class HtmlJspWriterMigrationProgressListener
java.lang.Object
com.atlassian.confluence.user.migration.HtmlJspWriterMigrationProgressListener
- All Implemented Interfaces:
- com.atlassian.user.util.migration.MigrationProgressListener
public class HtmlJspWriterMigrationProgressListener
- extends Object
- implements com.atlassian.user.util.migration.MigrationProgressListener
This is a simple implementation of the MigrationProgressListener
to output HTML in a JSP.
Field Summary |
protected org.apache.log4j.Logger |
log
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
@Deprecated
protected final transient org.apache.log4j.Logger log
- Deprecated.
HtmlJspWriterMigrationProgressListener
public HtmlJspWriterMigrationProgressListener(javax.servlet.jsp.JspWriter jspWriter)
userMigrationStarted
public void userMigrationStarted(int usersToMigrate)
- Specified by:
userMigrationStarted
in interface com.atlassian.user.util.migration.MigrationProgressListener
userMigrated
public void userMigrated()
- Specified by:
userMigrated
in interface com.atlassian.user.util.migration.MigrationProgressListener
userMigrationComplete
public void userMigrationComplete()
- Specified by:
userMigrationComplete
in interface com.atlassian.user.util.migration.MigrationProgressListener
groupMigrationStarted
public void groupMigrationStarted(int groupsToMigrate)
- Specified by:
groupMigrationStarted
in interface com.atlassian.user.util.migration.MigrationProgressListener
groupMigrated
public void groupMigrated()
- Specified by:
groupMigrated
in interface com.atlassian.user.util.migration.MigrationProgressListener
groupMigrationComplete
public void groupMigrationComplete()
- Specified by:
groupMigrationComplete
in interface com.atlassian.user.util.migration.MigrationProgressListener
readonlyGroupMembershipNotMigrated
public void readonlyGroupMembershipNotMigrated(String groupName,
String userName)
- Specified by:
readonlyGroupMembershipNotMigrated
in interface com.atlassian.user.util.migration.MigrationProgressListener
Copyright © 2003-2013 Atlassian. All Rights Reserved.