Uses of Class
com.lyncode.xoai.dataprovider.xml.xoaiconfig.ContextConfiguration
-
Packages that use ContextConfiguration Package Description com.lyncode.xoai.dataprovider.core com.lyncode.xoai.dataprovider.xml.xoaiconfig com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse -
-
Uses of ContextConfiguration in com.lyncode.xoai.dataprovider.core
Constructor parameters in com.lyncode.xoai.dataprovider.core with type arguments of type ContextConfiguration Constructor Description ContextManager(List<ContextConfiguration> contexts, FilterManager filterManager, TransformManager tm, MetadataFormatManager mfm, StaticSetManager sm) -
Uses of ContextConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return ContextConfiguration Modifier and Type Method Description ContextConfigurationContextConfiguration. withDescription(String description)ContextConfigurationContextConfiguration. withFilter(String filterId)ContextConfigurationContextConfiguration. withFormat(String formatId)ContextConfigurationContextConfiguration. withFormats(String... formats)ContextConfigurationContextConfiguration. withFormats(Collection<String> formats)ContextConfigurationContextConfiguration. withName(String name)ContextConfigurationContextConfiguration. withSet(String setId)ContextConfigurationContextConfiguration. withSets(String... setsIds)ContextConfigurationContextConfiguration. withSets(Collection<String> setsIds)ContextConfigurationContextConfiguration. withTransformer(String transformerId)Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return types with arguments of type ContextConfiguration Modifier and Type Method Description List<ContextConfiguration>Configuration. getContexts()Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig with parameters of type ContextConfiguration Modifier and Type Method Description ConfigurationConfiguration. withContextConfigurations(ContextConfiguration... contextConfigurations)Method parameters in com.lyncode.xoai.dataprovider.xml.xoaiconfig with type arguments of type ContextConfiguration Modifier and Type Method Description ConfigurationConfiguration. withContextConfigurations(Collection<ContextConfiguration> contextConfigurations) -
Uses of ContextConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse that return ContextConfiguration Modifier and Type Method Description ContextConfigurationContextConfigurationParser. parse(XmlReader reader)
-