Uses of Interface
org.nuxeo.ecm.core.api.DetachedAdapter
-
-
Uses of DetachedAdapter in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api with type parameters of type DetachedAdapter Modifier and Type Method Description <T extends DetachedAdapter>
TAbstractSession. adaptFirstMatchingDocumentWithFacet(DocumentRef docRef, String facet, Class<T> adapterClass)<T extends DetachedAdapter>
TCoreSession. adaptFirstMatchingDocumentWithFacet(DocumentRef docRef, String facet, Class<T> adapterClass)Find the first parent with the givenfacetand adapt it on theadapterClass. -
Uses of DetachedAdapter in org.nuxeo.ecm.core.api.localconfiguration
Subinterfaces of DetachedAdapter in org.nuxeo.ecm.core.api.localconfiguration Modifier and Type Interface Description interfaceLocalConfiguration<T>Interface that must be implemented by other interface representing a local configuration.Classes in org.nuxeo.ecm.core.api.localconfiguration that implement DetachedAdapter Modifier and Type Class Description classAbstractLocalConfiguration<T>Base class forLocalConfigurationimplementers. -
Uses of DetachedAdapter in org.nuxeo.ecm.directory.localconfiguration
Subinterfaces of DetachedAdapter in org.nuxeo.ecm.directory.localconfiguration Modifier and Type Interface Description interfaceDirectoryConfigurationLocal configuration class to handle local configuration for directories.Classes in org.nuxeo.ecm.directory.localconfiguration that implement DetachedAdapter Modifier and Type Class Description classDirectoryConfigurationAdapterDefault implementation ofDirectoryConfiguration. -
Uses of DetachedAdapter in org.nuxeo.ecm.localconf
Subinterfaces of DetachedAdapter in org.nuxeo.ecm.localconf Modifier and Type Interface Description interfaceSimpleConfigurationAn object that maps keys to values.Classes in org.nuxeo.ecm.localconf that implement DetachedAdapter Modifier and Type Class Description classSimpleConfigurationAdapterDefault implementation ofSimpleConfiguration. -
Uses of DetachedAdapter in org.nuxeo.ecm.platform.types.localconfiguration
Subinterfaces of DetachedAdapter in org.nuxeo.ecm.platform.types.localconfiguration Modifier and Type Interface Description interfaceContentViewConfigurationLocal configuration class to handle configuration of DocumentContentView.interfaceUITypesConfigurationLocal configuration class to handle configuration of UI Types.Classes in org.nuxeo.ecm.platform.types.localconfiguration that implement DetachedAdapter Modifier and Type Class Description classContentViewConfigurationAdapterDefault implementation ofContentViewConfiguration.classUITypesConfigurationAdapterDefault implementation ofUITypesConfiguration. -
Uses of DetachedAdapter in org.nuxeo.ecm.platform.userpreferences
Subinterfaces of DetachedAdapter in org.nuxeo.ecm.platform.userpreferences Modifier and Type Interface Description interfaceUserPreferences<T>Interface that must be extended by other interface representing user preferences.Classes in org.nuxeo.ecm.platform.userpreferences that implement DetachedAdapter Modifier and Type Class Description classSimpleUserPreferencesAn object that stores simple key/value user preferences. -
Uses of DetachedAdapter in org.nuxeo.theme.localconfiguration
Subinterfaces of DetachedAdapter in org.nuxeo.theme.localconfiguration Modifier and Type Interface Description interfaceLocalThemeConfigLocal configuration class to handle configuration of theme.Classes in org.nuxeo.theme.localconfiguration that implement DetachedAdapter Modifier and Type Class Description classLocalThemeConfigAdapterDefault implementation ofLocalThemeConfig.
-