Package org.olat.course.archiver

Examples of org.olat.course.archiver.ArchiverMainController


        all.setContent(currentToolCtr.getInitialComponent());
      } else throw new OLATSecurityException("clicked statistic, but no according right");

    }else if (cmd.equals("archiver")) {
      if (hasCourseRight(CourseRights.RIGHT_ARCHIVING) || isCourseAdmin) {
        currentToolCtr = new ArchiverMainController(ureq, getWindowControl(), course, new IArchiverCallback() {
          public boolean mayArchiveQtiResults() {
            return true;
          }

          public boolean mayArchiveLogfiles() {
View Full Code Here

TOP

Related Classes of org.olat.course.archiver.ArchiverMainController

Copyright © 2018 www.massapicom. 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.