Uses of Interface
org.nuxeo.ecm.core.api.DetachedAdapter
Package
Description
-
Uses of DetachedAdapter in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescription<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 givenfacet
and adapt it on theadapterClass
. -
Uses of DetachedAdapter in org.nuxeo.ecm.core.api.localconfiguration
Modifier and TypeInterfaceDescriptioninterface
Interface that must be implemented by other interface representing a local configuration. -
Uses of DetachedAdapter in org.nuxeo.ecm.directory.localconfiguration
Modifier and TypeInterfaceDescriptioninterface
Local configuration class to handle local configuration for directories.Modifier and TypeClassDescriptionclass
Default implementation ofDirectoryConfiguration
. -
Uses of DetachedAdapter in org.nuxeo.ecm.localconf
Modifier and TypeInterfaceDescriptioninterface
An object that maps keys to values.Modifier and TypeClassDescriptionclass
Default implementation ofSimpleConfiguration
. -
Uses of DetachedAdapter in org.nuxeo.ecm.platform.types.localconfiguration
Modifier and TypeInterfaceDescriptioninterface
Local configuration class to handle configuration of DocumentContentView.interface
Local configuration class to handle configuration of UI Types.Modifier and TypeClassDescriptionclass
Default implementation ofContentViewConfiguration
.class
Default implementation ofUITypesConfiguration
. -
Uses of DetachedAdapter in org.nuxeo.ecm.platform.userpreferences
Modifier and TypeInterfaceDescriptioninterface
Interface that must be extended by other interface representing user preferences.Modifier and TypeClassDescriptionclass
An object that stores simple key/value user preferences. -
Uses of DetachedAdapter in org.nuxeo.theme.localconfiguration
Modifier and TypeInterfaceDescriptioninterface
Local configuration class to handle configuration of theme.Modifier and TypeClassDescriptionclass
Default implementation ofLocalThemeConfig
.