Interface LocalConfiguration<T>
- All Superinterfaces:
DetachedAdapter
- All Known Subinterfaces:
ContentViewConfiguration
,DirectoryConfiguration
,LocalThemeConfig
,SimpleConfiguration
,UITypesConfiguration
,UserPreferences<T>
- All Known Implementing Classes:
AbstractLocalConfiguration
,ContentViewConfigurationAdapter
,DirectoryConfigurationAdapter
,LocalThemeConfigAdapter
,SimpleConfigurationAdapter
,SimpleUserPreferences
,UITypesConfigurationAdapter
Interface that must be implemented by other interface representing a local configuration.
- Since:
- 5.4.2
- Author:
- Thomas Roger
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canMerge()
Returnstrue
if thisLocalConfiguration
accepted to be merged with a parent configuration,false
otherwise.Returns the relatedDocumentRef
of this local configuration.Merge thisLocalConfiguration
with another one.void
save
(CoreSession session) Save this LocalConfiguration.
-
Method Details
-
getDocumentRef
DocumentRef getDocumentRef()Returns the relatedDocumentRef
of this local configuration. -
canMerge
boolean canMerge()Returnstrue
if thisLocalConfiguration
accepted to be merged with a parent configuration,false
otherwise. -
merge
Merge thisLocalConfiguration
with another one. -
save
Save this LocalConfiguration.- Since:
- 5.5
-