Uses of Enum
org.opencms.jsp.search.config.parser.simplesearch.CmsConfigurationBean.CombinationMode
Package
Description
Helpers to convert the list configuration XML content into a suitable bean, used by the CmsSimpleSearchConfigurationParser and the List manager app.
Helpers for the preconfigured filter query part of the list configuration (ie.
-
Uses of CmsConfigurationBean.CombinationMode in org.opencms.jsp.search.config.parser.simplesearch
Modifier and TypeMethodDescriptionCmsConfigurationBean.getCategoryMode()
Gets the category mode.Returns the enum constant of this type with the specified name.static CmsConfigurationBean.CombinationMode[]
CmsConfigurationBean.CombinationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CmsConfigurationBean.setCategoryMode
(CmsConfigurationBean.CombinationMode categoryMode) Sets the category mode.ModifierConstructorDescriptionCmsCategoryFolderRestrictionBean
(List<String> categories, List<String> folders, CmsConfigurationBean.CombinationMode categoryMode) Constructor for the wrapper. -
Uses of CmsConfigurationBean.CombinationMode in org.opencms.jsp.search.config.parser.simplesearch.preconfiguredrestrictions
Modifier and TypeMethodDescriptionCmsRestrictionRule.getCombinationModeBetweenFields()
Returns the way values of different input fields are combined (match any or all).CmsRestrictionRule.getCombinationModeInField()
Returns the way values of different input fields are combined (match any or all).ModifierConstructorDescriptionCmsRestrictionRule
(String field, String type, CmsRestrictionRule.MatchType matchType, CmsConfigurationBean.CombinationMode combinationModeBetweenFields, CmsConfigurationBean.CombinationMode combinationModeInField) Constructs restriction rule with the provided settings.