Package org.apache.chemistry.opencmis.jcr

Examples of org.apache.chemistry.opencmis.jcr.JcrVersion


    }

    public JcrDocument getJcrNode(Node node) throws RepositoryException {
        VersionManager versionManager = node.getSession().getWorkspace().getVersionManager();
        Version version = versionManager.getBaseVersion(node.getPath());
        return new JcrVersion(node, version, typeManager, pathManager, typeHandlerManager);
    }
View Full Code Here

TOP

Related Classes of org.apache.chemistry.opencmis.jcr.JcrVersion

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.