Examples of OLATResourceable


Examples of org.olat.core.id.OLATResourceable

   * Get the repository handler for this repository entry.
   * @param re
   * @return the handler or null if no appropriate handler could be found
   */
  public RepositoryHandler getRepositoryHandler(RepositoryEntry re) {
    OLATResourceable ores = re.getOlatResource();
    if (ores == null) throw new AssertException("No handler found for resource. ores is null.");
    return getRepositoryHandler(ores.getResourceableTypeName());
  }
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.