Nuxeo Enterprise Platform 5.3

Uses of Class
org.nuxeo.ecm.core.repository.jcr.JCRSession

Packages that use JCRSession
org.nuxeo.ecm.core.repository.jcr Nuxeo repository over JCR implementation. 
org.nuxeo.ecm.core.repository.jcr.versioning   
org.nuxeo.ecm.core.versioning.custom Custom Document versioning system. 
 

Uses of JCRSession in org.nuxeo.ecm.core.repository.jcr
 

Fields in org.nuxeo.ecm.core.repository.jcr declared as JCRSession
 JCRSession XASessionWrapper.ecmSession
           
protected  JCRSession JCRDocument.session
           
 

Methods in org.nuxeo.ecm.core.repository.jcr that return JCRSession
 JCRSession JCRQueryXPath.getSession()
           
 JCRSession JCRDocument.jcrSession()
           
 

Methods in org.nuxeo.ecm.core.repository.jcr with parameters of type JCRSession
static void InternalSessionOperationsProxy.copy(JCRSession session, String nodePath, String toPath)
           
static void BuiltinTypes.registerNodeTypes(JCRSession session, List<NodeTypeDef> list)
           
static void BuiltinTypes.reregisterNodeTypes(JCRSession session, List<NodeTypeDef> ntDefs)
           
 

Constructors in org.nuxeo.ecm.core.repository.jcr with parameters of type JCRSession
JCRDocumentIterator(JCRSession session, Node node)
           
JCRDocumentIterator(JCRSession session, Node node, int start)
           
JCRDocumentProxy(JCRSession session, Node node)
          Constructs a document that wraps the given JCR node.
JCRQuery(JCRSession session, String query)
           
JCRQueryXPath(JCRSession session, String query, String... params)
           
JCRRoot(JCRSession session)
           
TypeImporter(JCRSession session)
           
 

Uses of JCRSession in org.nuxeo.ecm.core.repository.jcr.versioning
 

Methods in org.nuxeo.ecm.core.repository.jcr.versioning with parameters of type JCRSession
 JCRDocument VersioningService.newDocumentVersion(JCRSession session, Node node)
           
 JCRDocument JCRVersioningService.newDocumentVersion(JCRSession session, Node node)
           
 

Constructors in org.nuxeo.ecm.core.repository.jcr.versioning with parameters of type JCRSession
JCRDocumentVersion(JCRSession session, Node frozenNode)
           
JCRDocumentVersionIterator(JCRSession session, VersionIterator iterator)
           
 

Uses of JCRSession in org.nuxeo.ecm.core.versioning.custom
 

Methods in org.nuxeo.ecm.core.versioning.custom with parameters of type JCRSession
static Node VerServUtils.copyNode(JCRSession session, Node scrNode, Node dstParent)
           
 JCRDocument CustomVersioningService.newDocumentVersion(JCRSession session, Node node)
           
 

Constructors in org.nuxeo.ecm.core.versioning.custom with parameters of type JCRSession
CustomDocumentVersion(JCRSession session, Node versionNode)
          Protected constructor called by CustomVersioningService class.
CustomDocumentVersionIterator(JCRSession session, Node versionHistory)
           
 


Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.