Package org.olat.repository

Examples of org.olat.repository.SharedFolderSecurityCallback


  }

  public OlatRootFolderImpl getSharedFolder(OLATResourceable res) {
    OlatRootFolderImpl rootFolderImpl = (OlatRootFolderImpl)FileResourceManager.getInstance().getFileResourceRootImpl(res).resolve(SharedFolderManager.FOLDER_NAME);
    if (rootFolderImpl == null) return null;
    rootFolderImpl.setLocalSecurityCallback(new SharedFolderSecurityCallback(rootFolderImpl.getRelPath()));
    return rootFolderImpl;
  }
View Full Code Here

TOP

Related Classes of org.olat.repository.SharedFolderSecurityCallback

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.