Uses of Class
org.alfresco.rest.api.model.Preference
Packages that use Preference
Package
Description
-
Uses of Preference in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return PreferenceModifier and TypeMethodDescriptionPreferences.getPreference(String personId, String preferenceName) Preferences.updatePreference(String personId, Preference preference) Methods in org.alfresco.rest.api that return types with arguments of type PreferenceMethods in org.alfresco.rest.api with parameters of type PreferenceModifier and TypeMethodDescriptionPreferences.updatePreference(String personId, Preference preference) -
Uses of Preference in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return PreferenceModifier and TypeMethodDescriptionPreferencesImpl.getPreference(String personId, String preferenceName) PreferencesImpl.updatePreference(String personId, Preference preference) Methods in org.alfresco.rest.api.impl that return types with arguments of type PreferenceMethods in org.alfresco.rest.api.impl with parameters of type PreferenceModifier and TypeMethodDescriptionPreferencesImpl.updatePreference(String personId, Preference preference) -
Uses of Preference in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model with parameters of type Preference -
Uses of Preference in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return PreferenceModifier and TypeMethodDescriptionPersonPreferencesRelation.readById(String personId, String preferenceName, Parameters parameters) Returns information regarding the preference 'preferenceName' for user personId.PersonPreferencesRelation.update(String personId, Preference preference, Parameters parameters) Methods in org.alfresco.rest.api.people that return types with arguments of type PreferenceModifier and TypeMethodDescriptionPersonPreferencesRelation.readAll(String personId, Parameters parameters) Returns a paged list of preferences for the user personId.Methods in org.alfresco.rest.api.people with parameters of type PreferenceModifier and TypeMethodDescriptionPersonPreferencesRelation.update(String personId, Preference preference, Parameters parameters)