Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.directory.localconfiguration   
org.nuxeo.ecm.platform.localconfiguration.simple   
org.nuxeo.ecm.platform.types.localconfiguration   
org.nuxeo.ecm.platform.userpreferences   
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.
 

Classes in org.nuxeo.ecm.core.api.localconfiguration that implement DetachedAdapter
 class AbstractLocalConfiguration<T>
          Base class for LocalConfiguration implementers.
 

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

Subinterfaces of DetachedAdapter in org.nuxeo.ecm.directory.localconfiguration
 interface DirectoryConfiguration
          Local configuration class to handle local configuration for directories.
 

Classes in org.nuxeo.ecm.directory.localconfiguration that implement DetachedAdapter
 class DirectoryConfigurationAdapter
          Default implementation of DirectoryConfiguration.
 

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

Subinterfaces of DetachedAdapter in org.nuxeo.ecm.platform.localconfiguration.simple
 interface SimpleConfiguration
          An object that maps keys to values.
 

Classes in org.nuxeo.ecm.platform.localconfiguration.simple that implement DetachedAdapter
 class SimpleConfigurationAdapter
          Default implementation of SimpleConfiguration.
 

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.platform.userpreferences
 

Subinterfaces of DetachedAdapter in org.nuxeo.ecm.platform.userpreferences
 interface UserPreferences<T>
          Interface that must be extended by other interface representing user preferences.
 

Classes in org.nuxeo.ecm.platform.userpreferences that implement DetachedAdapter
 class SimpleUserPreferences
          An object that stores simple key/value user preferences.
 

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.