Uses of Class
lumis.portal.preferences.PreferencesLevel
-
Packages that use PreferencesLevel Package Description lumis.portal.preferences -
-
Uses of PreferencesLevel in lumis.portal.preferences
Methods in lumis.portal.preferences that return PreferencesLevel Modifier and Type Method Description static PreferencesLevel
PreferencesLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static PreferencesLevel[]
PreferencesLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.preferences with parameters of type PreferencesLevel Modifier and Type Method Description IPreferences
IPreferencesManager. getServiceInterfaceInstancePreferences(String serviceInterfaceInstanceId, PreferencesLevel level)
Returns the preferences for a specified resource at the specified level.IPreferences
PreferencesManager. getServiceInterfaceInstancePreferences(String serviceInterfaceInstanceId, PreferencesLevel level)
-