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) Methods in org.alfresco.rest.api that return types with arguments of type 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) Methods in org.alfresco.rest.api.impl that return types with arguments of type 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.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.