Package org.olat.core.commons.modules.bc.meta.tagged

Examples of org.olat.core.commons.modules.bc.meta.tagged.MetaTagged


    newRevision.setComment(versions.getComment());
    newRevision.setAuthor(currentAuthor);
    newRevision.setLastModified(lastModifiedDate);

    if (versions.getRevisions().isEmpty() && currentVersion instanceof MetaTagged) {
      MetaTagged metaTagged = (MetaTagged) currentVersion;
      versions.setCreator(metaTagged.getMetaInfo().getAuthor());
    }

    VFSLeaf target = versionContainer.createChildLeaf(uuid);
    if (VFSManager.copyContent(currentFile, target)) {
      if (identity != null) {
View Full Code Here

TOP

Related Classes of org.olat.core.commons.modules.bc.meta.tagged.MetaTagged

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.