Class UserPreferencesServiceImpl

java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.user.preferences.directory.UserPreferencesServiceImpl
All Implemented Interfaces:
Adaptable, Component, Extensible, TimestampedService, UserPreferencesService

public class UserPreferencesServiceImpl extends DefaultComponent implements UserPreferencesService
Directory based implementation of UserPreferencesService.

Both UserPreference and UserPreferences are stored in the same DIRECTORY_NAME directory and have the following fields:

  • userId
  • repository
  • key
  • value
UserPreferences has the docId additional field.
Since:
2025.16