Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalConfiguration<T>
Base class for
LocalConfiguration implementers. |
Modifier and Type | Method and Description |
---|---|
<T extends LocalConfiguration> |
LocalConfigurationServiceImpl.getConfiguration(Class<T> configurationClass,
String configurationFacet,
DocumentModel currentDoc) |
<T extends LocalConfiguration> |
LocalConfigurationService.getConfiguration(Class<T> configurationClass,
String configurationFacet,
DocumentModel currentDoc)
Returns the first
LocalConfiguration accessible from the currentDoc , null otherwise. |
Modifier and Type | Interface and Description |
---|---|
interface |
DirectoryConfiguration
Local configuration class to handle local configuration for directories.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryConfigurationAdapter
Default implementation of
DirectoryConfiguration . |
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleConfiguration
An object that maps keys to values.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConfigurationAdapter
Default implementation of
SimpleConfiguration . |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentViewConfiguration
Local configuration class to handle configuration of DocumentContentView.
|
interface |
UITypesConfiguration
Local configuration class to handle configuration of UI Types.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentViewConfigurationAdapter
Default implementation of
ContentViewConfiguration . |
class |
UITypesConfigurationAdapter
Default implementation of
UITypesConfiguration . |
Modifier and Type | Interface and Description |
---|---|
interface |
UserPreferences<T>
Interface that must be extended by other interface representing user preferences.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleUserPreferences
An object that stores simple key/value user preferences.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchLocalConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
SearchLocalConfigurationAdapter |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
SearchConfigurationAdapter
Default implementation of
SearchConfiguration |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalThemeConfig
Local configuration class to handle configuration of theme.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalThemeConfigAdapter
Default implementation of
LocalThemeConfig . |
Copyright © 2016 Nuxeo SA. All rights reserved.