Uses of Interface
org.nuxeo.user.preferences.api.UserPreferences
Packages that use UserPreferences
Package
Description
-
Uses of UserPreferences in org.nuxeo.ecm.restapi.server.adapters
Methods in org.nuxeo.ecm.restapi.server.adapters that return UserPreferencesMethods in org.nuxeo.ecm.restapi.server.adapters with parameters of type UserPreferencesModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseUserPreferencesAdapter.putAll(UserPreferences prefs) -
Uses of UserPreferences in org.nuxeo.ecm.restapi.server.usermanager
Methods in org.nuxeo.ecm.restapi.server.usermanager that return UserPreferences -
Uses of UserPreferences in org.nuxeo.user.preferences.api
Methods in org.nuxeo.user.preferences.api that return UserPreferencesModifier and TypeMethodDescriptionUserPreferencesService.create(CoreSession session, DocumentRef docRef, Map<String, String> preferences) Creates current user's document preferences.UserPreferencesService.get(CoreSession session, DocumentRef docRef) Gets current user's preferences for the given document reference.UserPreferencesService.list(CoreSession session) Lists all current user's global preferences.static UserPreferencesUserPreferencesUtil.newUserDocPreferences(String key, String value) static UserPreferencesUserPreferencesUtil.newUserDocPreferences(List<UserPreference> userPreferences) static UserPreferencesUserPreferencesUtil.newUserDocPreferences(Map<String, String> preferences) UserPreferencesService.putAll(CoreSession session, DocumentRef docRef, UserPreferences preferences) Puts all current user's document preferences.UserPreferencesService.remove(CoreSession session, DocumentRef docRef, String key) Removes the current user's preference for the given document reference and key.UserPreferencesService.update(CoreSession session, DocumentRef docRef, UserPreferences preferences) Updates a current user's document preferences.Methods in org.nuxeo.user.preferences.api with parameters of type UserPreferencesModifier and TypeMethodDescriptionUserPreferencesService.putAll(CoreSession session, DocumentRef docRef, UserPreferences preferences) Puts all current user's document preferences.UserPreferencesService.update(CoreSession session, DocumentRef docRef, UserPreferences preferences) Updates a current user's document preferences. -
Uses of UserPreferences in org.nuxeo.user.preferences.directory
Methods in org.nuxeo.user.preferences.directory that return UserPreferencesModifier and TypeMethodDescriptionUserPreferencesServiceImpl.create(CoreSession session, DocumentRef docRef, Map<String, String> preferences) protected UserPreferencesUserPreferencesServiceImpl.doCreate(CoreSession session, Session dirSession, DocumentRef docRef, Map<String, String> preferences) UserPreferencesServiceImpl.doGet(CoreSession session, Session dirSession, IdRef idRef) UserPreferencesServiceImpl.get(CoreSession session, DocumentRef docRef) UserPreferencesServiceImpl.list(CoreSession session) UserPreferencesServiceImpl.putAll(CoreSession session, DocumentRef docRef, UserPreferences docPreferences) UserPreferencesServiceImpl.remove(CoreSession session, DocumentRef docRef, String key) UserPreferencesServiceImpl.update(CoreSession session, DocumentRef docRef, UserPreferences docPreferences) Methods in org.nuxeo.user.preferences.directory with parameters of type UserPreferencesModifier and TypeMethodDescriptionUserPreferencesServiceImpl.putAll(CoreSession session, DocumentRef docRef, UserPreferences docPreferences) UserPreferencesServiceImpl.update(CoreSession session, DocumentRef docRef, UserPreferences docPreferences) -
Uses of UserPreferences in org.nuxeo.user.preferences.io
Methods in org.nuxeo.user.preferences.io that return UserPreferencesModifier and TypeMethodDescriptionprotected UserPreferencesUserPreferencesJsonReader.readEntity(com.fasterxml.jackson.databind.JsonNode jn) Methods in org.nuxeo.user.preferences.io with parameters of type UserPreferencesModifier and TypeMethodDescriptionprotected voidUserPreferencesJsonWriter.writeEntityBody(UserPreferences entity, com.fasterxml.jackson.core.JsonGenerator jg)