Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.model.Property

Packages that use Property
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.storage.sql.coremodel   
 

Uses of Property in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api with parameters of type Property
static void DocumentModelFactory.prefetchValues(Property property, String start, String xpath, Prefetch prefetch, Set<String> docSchemas)
          Computes the keys and values of a document for a given xpath name.
 

Uses of Property in org.nuxeo.ecm.core.model
 

Methods in org.nuxeo.ecm.core.model that return Property
 Property PropertyContainer.getProperty(String name)
          Gets a property given its name.
 Property Property.getProperty(String name)
          Gets the children property given its name.
 Property MockDocument.getProperty(String name)
           
 

Methods in org.nuxeo.ecm.core.model that return types with arguments of type Property
 Collection<Property> PropertyContainer.getProperties()
          Gets the collection of the sub properties in this container.
 Collection<Property> Property.getProperties()
          Gets the collection of the children properties.
 Collection<Property> MockDocument.getProperties()
           
 Iterator<Property> PropertyContainer.getPropertyIterator()
          Gets an iterator over all existing properties in this container.
 Iterator<Property> Property.getPropertyIterator()
          Gets an iterator over the children properties.
 Iterator<Property> MockDocument.getPropertyIterator()
           
 

Uses of Property in org.nuxeo.ecm.core.storage.sql.coremodel
 

Subinterfaces of Property in org.nuxeo.ecm.core.storage.sql.coremodel
 interface SQLDocument
          Base interface for SQL documents.
 

Classes in org.nuxeo.ecm.core.storage.sql.coremodel that implement Property
 class SQLBaseProperty
           
 class SQLCollectionProperty
          A SQLCollectionProperty gives access to a wrapped SQL-level CollectionProperty.
 class SQLComplexListProperty
          A SQLComplexListProperty gives access to a wrapped collection of SQL-level Nodes.
 class SQLComplexProperty
          A SQLComplexProperty gives access to a wrapped SQL-level Node .
 class SQLContentProperty
          A SQLContentProperty gives access to a blob, which consists of a Node of a specialized type: content.
 class SQLDocumentLive
           
 class SQLDocumentProxy
          A proxy is a shortcut to a target document (a version or normal document).
 class SQLDocumentVersion
           
 class SQLSimpleProperty
          A SQLSimpleProperty gives access to a wrapped SQL-level SimpleProperty.
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return Property
 Property SQLDocumentProxy.getACLProperty()
           
 Property SQLDocumentLive.getACLProperty()
           
 Property SQLDocument.getACLProperty()
          Returns the property holding the ACL.
 Property SQLDocumentProxy.getProperty(String name)
           
 Property SQLDocumentLive.getProperty(String name)
           
 Property SQLComplexProperty.getProperty(String name)
           
 Property SQLComplexListProperty.getProperty(String posString)
           
 Property SQLBaseProperty.getProperty(String name)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return types with arguments of type Property
 Collection<Property> SQLDocumentProxy.getProperties()
           
 Collection<Property> SQLComplexProperty.getProperties()
           
 List<Property> SQLComplexListProperty.getProperties()
           
 Collection<Property> SQLBaseProperty.getProperties()
           
 Iterator<Property> SQLDocumentProxy.getPropertyIterator()
           
 Iterator<Property> SQLComplexProperty.getPropertyIterator()
           
 Iterator<Property> SQLComplexListProperty.getPropertyIterator()
           
 Iterator<Property> SQLBaseProperty.getPropertyIterator()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.