Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use PropertyContainer
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.storage.sql.coremodel   
 

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

Subinterfaces of PropertyContainer in org.nuxeo.ecm.core.model
 interface Document
          A document object.
 interface DocumentProxy
          Methods specific to a proxy.
 

Classes in org.nuxeo.ecm.core.model that implement PropertyContainer
 class AbstractDocument
          Abstract document that implements code independent on the model implementation.
 class MockDocument
           
 

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

Subinterfaces of PropertyContainer 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 PropertyContainer
 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
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.