Uses of Class
com.lyncode.xoai.dataprovider.xml.xoaiconfig.FilterConfiguration
-
Packages that use FilterConfiguration Package Description com.lyncode.xoai.dataprovider.filter com.lyncode.xoai.dataprovider.xml.xoaiconfig com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse -
-
Uses of FilterConfiguration in com.lyncode.xoai.dataprovider.filter
Constructor parameters in com.lyncode.xoai.dataprovider.filter with type arguments of type FilterConfiguration Constructor Description FilterManager(FilterResolver resolver, List<FilterConfiguration> filters, List<ConditionConfiguration> conditions) -
Uses of FilterConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return FilterConfiguration Modifier and Type Method Description FilterConfigurationFilterConfiguration. withDefinition(FilterConditionConfiguration definition)Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return types with arguments of type FilterConfiguration Modifier and Type Method Description List<FilterConfiguration>Configuration. getFilters()Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig with parameters of type FilterConfiguration Modifier and Type Method Description ConfigurationConfiguration. withFilters(FilterConfiguration... filters)Method parameters in com.lyncode.xoai.dataprovider.xml.xoaiconfig with type arguments of type FilterConfiguration Modifier and Type Method Description ConfigurationConfiguration. withFilters(List<FilterConfiguration> filters) -
Uses of FilterConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse that return FilterConfiguration Modifier and Type Method Description FilterConfigurationFilterConfigurationParser. parse(XmlReader reader)
-