Interface UserThemeFilterIF

All Known Implementing Classes:
AbstractUserThemeFilter, BasenameUserThemeFilter

public interface UserThemeFilterIF
Interface for defining a method which filters out themes which are not relevant to the user context.
  • Method Summary

    Modifier and Type
    Method
    Description
    gets TopicMapIF object
    void
    set TopicMapIF object
    boolean
    Process theme and find out if it belongs to the user context and should therefore be used for configuration.
  • Method Details

    • shouldNotBeUsed

      boolean shouldNotBeUsed(TopicIF actTheme)
      Process theme and find out if it belongs to the user context and should therefore be used for configuration.
      Returns:
      boolean: true if this theme should not be displayed for user context configuration
    • getTopicMap

      TopicMapIF getTopicMap()
      gets TopicMapIF object
    • setTopicMap

      void setTopicMap(TopicMapIF topicMap)
      set TopicMapIF object