Package jease.cms.domain

Examples of jease.cms.domain.Version


  /**
   * Add new revision with given info (e.g. username) for given content.
   */
  public static void checkin(String info, Content content) {
    content.addRevision(new Version(info, revisioner.toBlob(content)));
    purge(content, getCount(), getDays());
  }
View Full Code Here

TOP

Related Classes of jease.cms.domain.Version

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.