Class PreferencesCentralInitializationEvent


  • public class PreferencesCentralInitializationEvent
    extends Object
    • Constructor Detail

      • PreferencesCentralInitializationEvent

        public PreferencesCentralInitializationEvent​(String preferenceIdentifier,
                                                     org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy,
                                                     org.uberfire.preferences.shared.PreferenceScope preferenceScope)
    • Method Detail

      • getPreferenceIdentifier

        public String getPreferenceIdentifier()
      • isUseCustomScopeResolutionStrategy

        public boolean isUseCustomScopeResolutionStrategy()
      • getCustomScopeResolutionStrategy

        public org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo getCustomScopeResolutionStrategy()
      • getPreferenceScope

        public org.uberfire.preferences.shared.PreferenceScope getPreferenceScope()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object