Examples of frameworkSetSession()


Examples of org.olat.core.logging.activity.IUserActivityLogger.frameworkSetSession()

    if (logger==null) {
      // logger is never null - guaranteed.
      // throw this in the unlikely odd still
      throw new IllegalStateException("no logger set");
    }
    logger.frameworkSetSession(UserSession.getUserSessionIfAlreadySet(req.getHttpReq()));
  }
 
  /**
   * Add a LoggingResourceable (e.g. a wrapped Course or a wrapped name of a CP file) to this
   * Controller's IUserActivityLogger.
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.