Package org.olat.course.editor

Examples of org.olat.course.editor.EditorMainController.addLoggingResourceable()


      //return new MonologController(ureq.getLocale(), translator.translate("error.editoralreadylocked", new String[] { emc.getLockEntry()
      //    .getOwner().getName() }), null, true);
    }
    //set the logger if editor is started
    //since 5.2 groups / areas can be created from the editor -> should be logged.
    emc.addLoggingResourceable(LoggingResourceable.wrap(course));
    return emc;
  }

  /**
   * Creates an empty course with a single root node. The course is linked to
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.