Nuxeo Enterprise Platform 5.4

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 java.util.Map<java.lang.String,java.lang.Object> DocumentModelFactory.exportComplexProperty(java.lang.String sid, DocumentRef docRef, Property property)
           
 

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

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

Methods in org.nuxeo.ecm.core.model that return types with arguments of type Property
 java.util.Collection<Property> PropertyContainer.getProperties()
          Gets the collection of the sub properties in this container.
 java.util.Collection<Property> Property.getProperties()
          Gets the collection of the children properties.
 java.util.Collection<Property> MockDocument.getProperties()
           
 java.util.Iterator<Property> PropertyContainer.getPropertyIterator()
          Gets an iterator over all existing properties in this container.
 java.util.Iterator<Property> Property.getPropertyIterator()
          Gets an iterator over the children properties.
 java.util.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(java.lang.String name)
           
 Property SQLComplexProperty.getProperty(java.lang.String name)
           
 Property SQLBaseProperty.getProperty(java.lang.String name)
           
 

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.