Uses of Enum
org.opencms.jsp.search.config.parser.simplesearch.CmsConfigurationBean.CombinationMode
Packages that use 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
Methods in org.opencms.jsp.search.config.parser.simplesearch that return CmsConfigurationBean.CombinationModeModifier 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.Methods in org.opencms.jsp.search.config.parser.simplesearch with parameters of type CmsConfigurationBean.CombinationModeModifier and TypeMethodDescriptionvoid
CmsConfigurationBean.setCategoryMode
(CmsConfigurationBean.CombinationMode categoryMode) Sets the category mode.Constructors in org.opencms.jsp.search.config.parser.simplesearch with parameters of type CmsConfigurationBean.CombinationModeModifierConstructorDescriptionCmsCategoryFolderRestrictionBean
(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
Methods in org.opencms.jsp.search.config.parser.simplesearch.preconfiguredrestrictions that return CmsConfigurationBean.CombinationModeModifier 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).Constructors in org.opencms.jsp.search.config.parser.simplesearch.preconfiguredrestrictions with parameters of type CmsConfigurationBean.CombinationModeModifierConstructorDescriptionCmsRestrictionRule
(String field, String type, CmsRestrictionRule.MatchType matchType, CmsConfigurationBean.CombinationMode combinationModeBetweenFields, CmsConfigurationBean.CombinationMode combinationModeInField) Constructs restriction rule with the provided settings.