Interface LocalConfiguration<T>
- All Superinterfaces:
 DetachedAdapter
- All Known Subinterfaces:
 ContentViewConfiguration,DirectoryConfiguration,SimpleConfiguration,UITypesConfiguration,UserPreferences<T>
- All Known Implementing Classes:
 AbstractLocalConfiguration,ContentViewConfigurationAdapter,DirectoryConfigurationAdapter,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 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
- 
getDocumentRef
DocumentRef getDocumentRef()Returns the relatedDocumentRefof this local configuration. - 
canMerge
boolean canMerge()Returnstrueif thisLocalConfigurationaccepted to be merged with a parent configuration,falseotherwise. - 
merge
Merge thisLocalConfigurationwith another one. - 
save
Save this LocalConfiguration.- Since:
 - 5.5
 
 
 -