Uses of Class
com.lyncode.xoai.dataprovider.filter.FilterManager
-
Packages that use FilterManager Package Description com.lyncode.xoai.dataprovider.core com.lyncode.xoai.dataprovider.format com.lyncode.xoai.dataprovider.sets -
-
Uses of FilterManager in com.lyncode.xoai.dataprovider.core
Methods in com.lyncode.xoai.dataprovider.core that return FilterManager Modifier and Type Method Description FilterManagerXOAIManager. getFilterManager()Constructors in com.lyncode.xoai.dataprovider.core with parameters of type FilterManager Constructor Description ContextManager(List<ContextConfiguration> contexts, FilterManager filterManager, TransformManager tm, MetadataFormatManager mfm, StaticSetManager sm) -
Uses of FilterManager in com.lyncode.xoai.dataprovider.format
Constructors in com.lyncode.xoai.dataprovider.format with parameters of type FilterManager Constructor Description MetadataFormatManager(ResourceResolver resolver, List<FormatConfiguration> config, FilterManager filterManager) -
Uses of FilterManager in com.lyncode.xoai.dataprovider.sets
Constructors in com.lyncode.xoai.dataprovider.sets with parameters of type FilterManager Constructor Description StaticSetManager(List<SetConfiguration> setConfigurations, FilterManager filterManager)
-