Package | Description |
---|---|
org.alfresco.rest.api | |
org.alfresco.rest.api.impl | |
org.alfresco.rest.api.model | |
org.alfresco.rest.api.people |
Modifier and Type | Method and Description |
---|---|
Preference |
Preferences.getPreference(String personId,
String preferenceName) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Preference> |
Preferences.getPreferences(String personId,
Paging paging) |
Modifier and Type | Method and Description |
---|---|
Preference |
PreferencesImpl.getPreference(String personId,
String preferenceName) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Preference> |
PreferencesImpl.getPreferences(String personId,
Paging paging) |
Modifier and Type | Method and Description |
---|---|
int |
Preference.compareTo(Preference preference) |
Modifier and Type | Method and Description |
---|---|
Preference |
PersonPreferencesRelation.readById(String personId,
String preferenceName,
Parameters parameters)
Returns information regarding the preference 'preferenceName' for user personId.
|
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Preference> |
PersonPreferencesRelation.readAll(String personId,
Parameters parameters)
Returns a paged list of preferences for the user personId.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.