Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.api.adapter.DocumentAdapterFactory

Packages that use DocumentAdapterFactory
org.nuxeo.ecm.core.api.adapter   
org.nuxeo.ecm.core.api.blobholder   
org.nuxeo.ecm.core.versioning   
org.nuxeo.ecm.directory.localconfiguration   
org.nuxeo.ecm.plateform.jbpm.core.adapter   
org.nuxeo.ecm.platform.comment.impl   
org.nuxeo.ecm.platform.forum.web.api   
org.nuxeo.ecm.platform.localconfiguration.simple   
org.nuxeo.ecm.platform.picture.api.adapters   
org.nuxeo.ecm.platform.pictures.tiles.api.adapter   
org.nuxeo.ecm.platform.preview.adapter   
org.nuxeo.ecm.platform.types.adapter   
org.nuxeo.ecm.platform.types.localconfiguration   
org.nuxeo.ecm.webapp.localconfiguration.search   
org.nuxeo.theme.localconfiguration   
 

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

Methods in org.nuxeo.ecm.core.api.adapter that return DocumentAdapterFactory
 DocumentAdapterFactory DocumentAdapterDescriptor.getFactory()
           
 

Methods in org.nuxeo.ecm.core.api.adapter with parameters of type DocumentAdapterFactory
 void DocumentAdapterDescriptor.setFactory(DocumentAdapterFactory factory)
           
 

Constructors in org.nuxeo.ecm.core.api.adapter with parameters of type DocumentAdapterFactory
DocumentAdapterDescriptor(String facet, Class itf, DocumentAdapterFactory factory)
           
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.core.api.blobholder
 

Classes in org.nuxeo.ecm.core.api.blobholder that implement DocumentAdapterFactory
 class BlobHolderAdapterFactory
          DocumentModel adapter factory.
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.core.versioning
 

Classes in org.nuxeo.ecm.core.versioning that implement DocumentAdapterFactory
 class VersioningDocumentAdapterFactory
          Adapter class factory for Versioning Document interface.
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.directory.localconfiguration
 

Classes in org.nuxeo.ecm.directory.localconfiguration that implement DocumentAdapterFactory
 class DirectoryConfigurationFactory
          Factory creating the ContentViewConfigurationAdapter adapter if the document has the ContentViewLocalConfiguration facet.
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.plateform.jbpm.core.adapter
 

Classes in org.nuxeo.ecm.plateform.jbpm.core.adapter that implement DocumentAdapterFactory
 class TaskListAdapterFactory
           
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.platform.comment.impl
 

Classes in org.nuxeo.ecm.platform.comment.impl that implement DocumentAdapterFactory
 class CommentableAdapterFactory
           
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.platform.forum.web.api
 

Classes in org.nuxeo.ecm.platform.forum.web.api that implement DocumentAdapterFactory
 class ThreadAdapterFactory
           
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.platform.localconfiguration.simple
 

Classes in org.nuxeo.ecm.platform.localconfiguration.simple that implement DocumentAdapterFactory
 class SimpleConfigurationFactory
          Factory creating the SimpleConfigurationAdapter adapter if the document has the SimpleConfiguration facet.
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.platform.picture.api.adapters
 

Classes in org.nuxeo.ecm.platform.picture.api.adapters that implement DocumentAdapterFactory
 class MultiviewPictureAdapterFactory
           
 class PictureResourceAdapterFactory
           
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.platform.pictures.tiles.api.adapter
 

Classes in org.nuxeo.ecm.platform.pictures.tiles.api.adapter that implement DocumentAdapterFactory
 class PictureTilesAdapterFactory
          Factory method for the DocumentModelAdapter for PictureTiles Contains the logic to choose the correct implementation according to DocumentModel.
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.platform.preview.adapter
 

Classes in org.nuxeo.ecm.platform.preview.adapter that implement DocumentAdapterFactory
 class PreviewDocumentModelAdapterFactory
          Factory for the DocumentModelAdapter service.
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.platform.types.adapter
 

Classes in org.nuxeo.ecm.platform.types.adapter that implement DocumentAdapterFactory
 class TypeInfoAdapterFactory
           
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.platform.types.localconfiguration
 

Classes in org.nuxeo.ecm.platform.types.localconfiguration that implement DocumentAdapterFactory
 class ContentViewConfigurationFactory
          Factory creating the ContentViewConfigurationAdapter adapter if the document has the ContentViewLocalConfiguration facet.
 class UITypesConfigurationFactory
          Factory creating the UITypesConfigurationAdapter adapter if the document has the UITypesLocalConfiguration facet.
 

Uses of DocumentAdapterFactory in org.nuxeo.ecm.webapp.localconfiguration.search
 

Classes in org.nuxeo.ecm.webapp.localconfiguration.search that implement DocumentAdapterFactory
 class SearchLocalConfigurationFactory
           
 

Uses of DocumentAdapterFactory in org.nuxeo.theme.localconfiguration
 

Classes in org.nuxeo.theme.localconfiguration that implement DocumentAdapterFactory
 class LocalThemeConfigAdapterFactory
          Factory creating the LocalThemeConfigAdapter adapter if the document has the ThemeLocalConfiguration facet.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.