Modifier and Type | Method and Description |
---|---|
<T extends DetachedAdapter> |
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> |
AbstractSession.adaptFirstMatchingDocumentWithFacet(DocumentRef docRef,
String facet,
Class<T> adapterClass) |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalConfiguration<T>
Interface that must be implemented by other interface representing a local
configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalConfiguration<T>
Base class for
LocalConfiguration implementers. |
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 |
FacetedSearchConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
FacetedSearchConfigurationAdapter
Default implementation of
FacetedSearchConfiguration |
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 |
LocalThemeConfig
Local configuration class to handle configuration of theme.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalThemeConfigAdapter
Default implementation of
LocalThemeConfig . |
Copyright © 2011 Nuxeo SA. All Rights Reserved.