Uses of Enum
org.opencms.xml.types.I_CmsXmlContentValue.SearchContentType
Package
Description
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
Contains the basic XML content type definitions, used for XML content and XML pages.
-
Uses of I_CmsXmlContentValue.SearchContentType in org.opencms.xml.content
Modifier and TypeFieldDescriptionprotected Map<String,
I_CmsXmlContentValue.SearchContentType> CmsDefaultXmlContentHandler.m_searchSettings
The search settings.Modifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.getSearchContentType
(I_CmsXmlContentValue value) I_CmsXmlContentHandler.getSearchContentType
(I_CmsXmlContentValue value) Returns the search content type, ie., the way how to integrate the value into full text search.Modifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.getSearchSettings()
I_CmsXmlContentHandler.getSearchSettings()
Returns the search content settings defined in the annotation node of this XML content.Modifier and TypeMethodDescriptionprotected void
CmsDefaultXmlContentHandler.addSearchSetting
(CmsXmlContentDefinition contentDefinition, String elementName, I_CmsXmlContentValue.SearchContentType value) Adds a search setting for an element. -
Uses of I_CmsXmlContentValue.SearchContentType in org.opencms.xml.types
Modifier and TypeMethodDescriptionI_CmsXmlContentValue.SearchContentType.fromString
(String type) Converts the String into a SearchContentType.I_CmsXmlContentValue.getSearchContentType()
Returns the search content type for the value.Returns the enum constant of this type with the specified name.I_CmsXmlContentValue.SearchContentType.values()
Returns an array containing the constants of this enum type, in the order they are declared.