Nuxeo Enterprise Platform 5.3

Uses of Interface
org.nuxeo.ecm.core.repository.jcr.JCRNodeProxy

Packages that use JCRNodeProxy
org.nuxeo.ecm.core.repository.jcr Nuxeo repository over JCR implementation. 
org.nuxeo.ecm.core.repository.jcr.properties Properties implementations. 
org.nuxeo.ecm.core.repository.jcr.versioning   
org.nuxeo.ecm.core.versioning.custom Custom Document versioning system. 
 

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

Classes in org.nuxeo.ecm.core.repository.jcr that implement JCRNodeProxy
 class JCRDocument
          An implementation of the Document interface over a JackRabbit node.
 class JCRDocumentProxy
          An implementation of the DocumentProxy over a Jackrabbit node.
 class JCRRoot
           
 

Methods in org.nuxeo.ecm.core.repository.jcr with parameters of type JCRNodeProxy
static Collection<Property> PropertyContainerAdapter.getProperties(JCRNodeProxy node)
           
static Iterator<Property> PropertyContainerAdapter.getPropertyIterator(JCRNodeProxy node)
           
 

Constructors in org.nuxeo.ecm.core.repository.jcr with parameters of type JCRNodeProxy
JCRPropertyIterator(JCRNodeProxy parent, String schema)
           
PropertyIterator(JCRNodeProxy parent, String schemaName)
           
 

Uses of JCRNodeProxy in org.nuxeo.ecm.core.repository.jcr.properties
 

Classes in org.nuxeo.ecm.core.repository.jcr.properties that implement JCRNodeProxy
 class BlobProperty
           
 class JCRComplexListProperty
          The list node is unrestricted.
 class JCRComplexProperty
           
 

Fields in org.nuxeo.ecm.core.repository.jcr.properties declared as JCRNodeProxy
protected  JCRNodeProxy JCRComplexProperty.parent
           
protected  JCRNodeProxy JCRComplexListProperty.parent
           
 

Methods in org.nuxeo.ecm.core.repository.jcr.properties with parameters of type JCRNodeProxy
abstract  Property CompositePropertyFactory.create(JCRNodeProxy parent, Node property, Field field)
           
abstract  Property ScalarPropertyFactory.create(JCRNodeProxy parent, Property property, Field field)
           
static Property PropertyFactory.getProperty(JCRNodeProxy parent, Field field)
           
static Property PropertyFactory.getProperty(JCRNodeProxy parent, Node item)
          Create a property instance for the given JCR node The parent can be null if not known.
static Property CompositePropertyFactory.getProperty(JCRNodeProxy parent, Node property, Field field)
           
static Property PropertyFactory.getProperty(JCRNodeProxy parent, Property item)
          Creates a property instance for the given JCR property.
static Property ScalarPropertyFactory.getProperty(JCRNodeProxy parent, Property property, Field field)
          Gets the property instance.
static Property PropertyFactory.getProperty(JCRNodeProxy parent, String name)
          Gets a property instance given the node proxy parent and the property name.
 

Constructors in org.nuxeo.ecm.core.repository.jcr.properties with parameters of type JCRNodeProxy
BlobProperty(JCRNodeProxy parent, Node node, Field field)
           
JCRScalarProperty(JCRNodeProxy parent, Property property, Field field)
           
 

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

Classes in org.nuxeo.ecm.core.repository.jcr.versioning that implement JCRNodeProxy
 class JCRDocumentVersion
           
 

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

Classes in org.nuxeo.ecm.core.versioning.custom that implement JCRNodeProxy
 class CustomDocumentVersion
          A Document implementation which is tied to a version of a document.
 


Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.