Package org.olat.core.commons.services.commentAndRating

Examples of org.olat.core.commons.services.commentAndRating.CommentAndRatingSecurityCallback


   *      org.olat.core.id.OLATResourceable, java.lang.String, boolean,
   *      boolean)
   */
  public void init(Identity identity, OLATResourceable ores,
      String oresSubPath, boolean isAdmin, boolean isAnonymous) {
    CommentAndRatingSecurityCallback callback = new CommentAndRatingDefaultSecurityCallback(
        identity, isAdmin, isAnonymous);
    init(ores, oresSubPath, callback);
  }
View Full Code Here

TOP

Related Classes of org.olat.core.commons.services.commentAndRating.CommentAndRatingSecurityCallback

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.