Interface UserPreferences<T>
-
- All Superinterfaces:
DetachedAdapter
,LocalConfiguration<T>
public interface UserPreferences<T> extends LocalConfiguration<T>
Interface that must be extended by other interface representing user preferences.- Since:
- 5.5
- Author:
- Quentin Lamerand
-
-
Method Summary
-
Methods inherited from interface org.nuxeo.ecm.core.api.localconfiguration.LocalConfiguration
canMerge, getDocumentRef, merge, save
-
-