Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.api.DetachedAdapter

Packages that use DetachedAdapter
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.localconfiguration   
org.nuxeo.ecm.platform.types.localconfiguration   
org.nuxeo.ecm.webapp.localconfiguration.search   
org.nuxeo.theme.localconfiguration   
 

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

Methods in org.nuxeo.ecm.core.api with type parameters of type DetachedAdapter
<T extends DetachedAdapter>
T
CoreSession.adaptFirstMatchingDocumentWithFacet(DocumentRef docRef, String facet, Class<T> adapterClass)
          Find the first parent with the given facet and adapt it on the adapterClass.
<T extends DetachedAdapter>
T
AbstractSession.adaptFirstMatchingDocumentWithFacet(DocumentRef docRef, String facet, Class<T> adapterClass)
           
 

Uses of DetachedAdapter in org.nuxeo.ecm.core.api.localconfiguration
 

Subinterfaces of DetachedAdapter in org.nuxeo.ecm.core.api.localconfiguration
 interface LocalConfiguration<T>
          Interface that must be implemented by other interface representing a local configuration.
 

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

Subinterfaces of DetachedAdapter in org.nuxeo.ecm.platform.types.localconfiguration
 interface ContentViewConfiguration
          Local configuration class to handle configuration of DocumentContentView.
 interface UITypesConfiguration
          Local configuration class to handle configuration of UI Types.
 

Classes in org.nuxeo.ecm.platform.types.localconfiguration that implement DetachedAdapter
 class ContentViewConfigurationAdapter
          Default implementation of ContentViewConfiguration.
 class UITypesConfigurationAdapter
          Default implementation of UITypesConfiguration.
 

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

Subinterfaces of DetachedAdapter in org.nuxeo.ecm.webapp.localconfiguration.search
 interface SearchLocalConfiguration
           
 

Classes in org.nuxeo.ecm.webapp.localconfiguration.search that implement DetachedAdapter
 class SearchLocalConfigurationAdapter
           
 

Uses of DetachedAdapter in org.nuxeo.theme.localconfiguration
 

Subinterfaces of DetachedAdapter in org.nuxeo.theme.localconfiguration
 interface LocalThemeConfig
          Local configuration class to handle configuration of theme.
 

Classes in org.nuxeo.theme.localconfiguration that implement DetachedAdapter
 class LocalThemeConfigAdapter
          Default implementation of LocalThemeConfig.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.