Package org.olat.course.auditing

Examples of org.olat.course.auditing.UserNodeAuditManagerImpl


  public UserNodeAuditManager getAuditManager() {
    /**
     * staring audit manager due to early caused problem with fresh course imports (demo courses!) on startup
     */
    if (this.auditManager == null ){
      this.auditManager = new UserNodeAuditManagerImpl(course);
    }
    return this.auditManager;
  }
View Full Code Here

TOP

Related Classes of org.olat.course.auditing.UserNodeAuditManagerImpl

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.