public interface UserPreferenceProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_VAR_WORKSPACE
The optional context variable including the current Ametys workspace (admin...)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserPreference> |
getPreferences(Map<String,String> contextVars)
Get this provider's preferences.
|
static final String CONTEXT_VAR_WORKSPACE
Collection<UserPreference> getPreferences(Map<String,String> contextVars)
contextVars - a Map of context variables.