Uses of Interface
org.nuxeo.ecm.core.api.localconfiguration.LocalConfiguration
-
-
Uses of LocalConfiguration in org.nuxeo.ecm.core.api.localconfiguration
Classes in org.nuxeo.ecm.core.api.localconfiguration that implement LocalConfiguration Modifier and Type Class Description class
AbstractLocalConfiguration<T>
Base class forLocalConfiguration
implementers.Methods in org.nuxeo.ecm.core.api.localconfiguration with type parameters of type LocalConfiguration Modifier and Type Method Description <T extends LocalConfiguration>
TLocalConfigurationService. getConfiguration(Class<T> configurationClass, String configurationFacet, DocumentModel currentDoc)
Returns the firstLocalConfiguration
accessible from thecurrentDoc
,null
otherwise.<T extends LocalConfiguration>
TLocalConfigurationServiceImpl. getConfiguration(Class<T> configurationClass, String configurationFacet, DocumentModel currentDoc)
-
Uses of LocalConfiguration in org.nuxeo.ecm.directory.localconfiguration
Subinterfaces of LocalConfiguration in org.nuxeo.ecm.directory.localconfiguration Modifier and Type Interface Description interface
DirectoryConfiguration
Local configuration class to handle local configuration for directories.Classes in org.nuxeo.ecm.directory.localconfiguration that implement LocalConfiguration Modifier and Type Class Description class
DirectoryConfigurationAdapter
Default implementation ofDirectoryConfiguration
. -
Uses of LocalConfiguration in org.nuxeo.ecm.localconf
Subinterfaces of LocalConfiguration in org.nuxeo.ecm.localconf Modifier and Type Interface Description interface
SimpleConfiguration
An object that maps keys to values.Classes in org.nuxeo.ecm.localconf that implement LocalConfiguration Modifier and Type Class Description class
SimpleConfigurationAdapter
Default implementation ofSimpleConfiguration
. -
Uses of LocalConfiguration in org.nuxeo.ecm.platform.types.localconfiguration
Subinterfaces of LocalConfiguration in org.nuxeo.ecm.platform.types.localconfiguration Modifier and Type Interface Description 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 LocalConfiguration Modifier and Type Class Description class
ContentViewConfigurationAdapter
Default implementation ofContentViewConfiguration
.class
UITypesConfigurationAdapter
Default implementation ofUITypesConfiguration
. -
Uses of LocalConfiguration in org.nuxeo.ecm.platform.userpreferences
Subinterfaces of LocalConfiguration in org.nuxeo.ecm.platform.userpreferences Modifier and Type Interface Description interface
UserPreferences<T>
Interface that must be extended by other interface representing user preferences.Classes in org.nuxeo.ecm.platform.userpreferences that implement LocalConfiguration Modifier and Type Class Description class
SimpleUserPreferences
An object that stores simple key/value user preferences. -
Uses of LocalConfiguration in org.nuxeo.theme.localconfiguration
Subinterfaces of LocalConfiguration in org.nuxeo.theme.localconfiguration Modifier and Type Interface Description interface
LocalThemeConfig
Local configuration class to handle configuration of theme.Classes in org.nuxeo.theme.localconfiguration that implement LocalConfiguration Modifier and Type Class Description class
LocalThemeConfigAdapter
Default implementation ofLocalThemeConfig
.
-