Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.api.model.PropertyFactory

Packages that use PropertyFactory
org.nuxeo.ecm.core.api.adapter   
org.nuxeo.ecm.core.api.model.impl   
 

Uses of PropertyFactory in org.nuxeo.ecm.core.api.adapter
 

Methods in org.nuxeo.ecm.core.api.adapter that return PropertyFactory
 PropertyFactory DocumentAdapterService.getPropertyFactory(String type)
           
 PropertyFactory DocumentAdapterService.getPropertyFactory(String schema, String type)
           
 

Uses of PropertyFactory in org.nuxeo.ecm.core.api.model.impl
 

Classes in org.nuxeo.ecm.core.api.model.impl that implement PropertyFactory
 class CompositePropertyFactory
          A composite property factory that use children factories to create properties.
 class DefaultPropertyFactory
          A composite property factory that uses children factories to create properties.
 

Fields in org.nuxeo.ecm.core.api.model.impl declared as PropertyFactory
static PropertyFactory DefaultPropertyFactory.BINARY
           
static PropertyFactory DefaultPropertyFactory.BLOB
           
static PropertyFactory DefaultPropertyFactory.BOOLEAN
           
static PropertyFactory DefaultPropertyFactory.DATE
           
static PropertyFactory DefaultPropertyFactory.DEFAULT
           
static PropertyFactory DefaultPropertyFactory.DOUBLE
           
static PropertyFactory DefaultPropertyFactory.EXTERNAL_BLOB
           
static PropertyFactory DefaultPropertyFactory.INTEGER
           
static PropertyFactory DefaultPropertyFactory.STRING
           
 

Methods in org.nuxeo.ecm.core.api.model.impl that return PropertyFactory
 PropertyFactory CompositePropertyFactory.getFactory(String type)
           
 PropertyFactory DefaultPropertyFactory.getFactory(String schema, String type)
           
 PropertyFactory CompositePropertyFactory.getFactory(String schema, String type)
           
 

Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type PropertyFactory
 void CompositePropertyFactory.registerFactory(String type, PropertyFactory factory)
           
 void CompositePropertyFactory.registerFactory(String schema, String type, PropertyFactory factory)
           
 

Constructors in org.nuxeo.ecm.core.api.model.impl with parameters of type PropertyFactory
CompositePropertyFactory(PropertyFactory defaultFactory)
           
DocumentPartImpl(Schema schema, PropertyFactory factory)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.