Examples of addVersionControl()


Examples of org.exoplatform.services.jcr.cluster.JCRWebdavConnection.addVersionControl()

   {
      JCRWebdavConnection conn = getConnection();
     
      conn.addNode(nodeName, "v1".getBytes());
     
      conn.addVersionControl(nodeName);
     
      conn.checkIn(nodeName);
      conn.checkOut(nodeName);
     
      // check
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.