Examples of LoggingVersionManagerImpl


Examples of org.olat.course.statistic.LoggingVersionManagerImpl

    migrateCourseLogFiles(upgradeManager, uhd);
    //check and fix broken courses on the filesystem and database
    searchForBrokenCourses(upgradeManager, uhd);
   
    // set the logging version to 1 starting NOW
    new LoggingVersionManagerImpl().setLoggingVersionStartingNow(1);
   
//    // now pre and post code was ok, finish installation
    uhd.setInstallationComplete(true);
//    // persist infos
    upgradeManager.setUpgradesHistory(uhd, VERSION);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.