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 TypeMethodDescriptiongets TopicMapIF objectvoidsetTopicMap(TopicMapIF topicMap) set TopicMapIF objectbooleanshouldNotBeUsed(TopicIF actTheme) Process theme and find out if it belongs to the user context and should therefore be used for configuration.
-
Method Details
-
shouldNotBeUsed
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
set TopicMapIF object
-