Uses of Enum
org.opencms.xml.content.I_CmsXmlContentHandler.MappingType
Packages that use I_CmsXmlContentHandler.MappingType
Package
Description
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of I_CmsXmlContentHandler.MappingType in org.opencms.xml.content
Methods in org.opencms.xml.content that return I_CmsXmlContentHandler.MappingTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static I_CmsXmlContentHandler.MappingType[]I_CmsXmlContentHandler.MappingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.xml.content that return types with arguments of type I_CmsXmlContentHandler.MappingTypeModifier and TypeMethodDescriptionprotected Set<I_CmsXmlContentHandler.MappingType> CmsDefaultXmlContentHandler.parseSearchMappingTypes(org.dom4j.Element solrElement) Methods in org.opencms.xml.content with parameters of type I_CmsXmlContentHandler.MappingTypeModifier and TypeMethodDescriptionprotected voidCmsDefaultXmlContentHandler.addSearchField(CmsXmlContentDefinition contentDefinition, CmsSearchField field, I_CmsXmlContentHandler.MappingType type) Adds a Solr field for an element.