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 SummaryModifier and TypeMethodDescriptionbooleancanMerge()Returnstrueif thisLocalConfigurationaccepted to be merged with a parent configuration,falseotherwise.Returns the relatedDocumentRefof this local configuration.Merge thisLocalConfigurationwith another one.voidsave(CoreSession session) Save this LocalConfiguration.
- 
Method Details- 
getDocumentRefDocumentRef getDocumentRef()Returns the relatedDocumentRefof this local configuration.
- 
canMergeboolean canMerge()Returnstrueif thisLocalConfigurationaccepted to be merged with a parent configuration,falseotherwise.
- 
mergeMerge thisLocalConfigurationwith another one.
- 
saveSave this LocalConfiguration.- Since:
- 5.5
 
 
-