Uses of Class
org.alfresco.rest.api.model.Preference
-
Packages that use Preference Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.people -
-
Uses of Preference in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Preference Modifier and Type Method Description Preference
Preferences. getPreference(java.lang.String personId, java.lang.String preferenceName)
Methods in org.alfresco.rest.api that return types with arguments of type Preference Modifier and Type Method Description CollectionWithPagingInfo<Preference>
Preferences. getPreferences(java.lang.String personId, Paging paging)
-
Uses of Preference in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Preference Modifier and Type Method Description Preference
PreferencesImpl. getPreference(java.lang.String personId, java.lang.String preferenceName)
Methods in org.alfresco.rest.api.impl that return types with arguments of type Preference Modifier and Type Method Description CollectionWithPagingInfo<Preference>
PreferencesImpl. getPreferences(java.lang.String personId, Paging paging)
-
Uses of Preference in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model with parameters of type Preference Modifier and Type Method Description int
Preference. compareTo(Preference preference)
-
Uses of Preference in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return Preference Modifier and Type Method Description Preference
PersonPreferencesRelation. readById(java.lang.String personId, java.lang.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 Preference Modifier and Type Method Description CollectionWithPagingInfo<Preference>
PersonPreferencesRelation. readAll(java.lang.String personId, Parameters parameters)
Returns a paged list of preferences for the user personId.
-