Examples of OlatRootFileImpl


Examples of org.olat.core.commons.modules.bc.vfs.OlatRootFileImpl

   * Internal helper to finish the upload and add metadata
   */
  private void finishSuccessfullUpload(String fileName, UserRequest ureq) {
    VFSItem item = currentContainer.resolve(fileName);
    if (item instanceof OlatRootFileImpl) {
      OlatRootFileImpl relPathItem = (OlatRootFileImpl) item;
      // create meta data
      MetaInfo meta = MetaInfoFactory.createMetaInfoFor(relPathItem);
      if (metaDataCtr != null) {
        meta = metaDataCtr.getMetaInfo(meta);
      }
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.