Uses of Enum
org.opencms.xml.content.I_CmsXmlContentHandler.SynchronizationMode
Packages that use I_CmsXmlContentHandler.SynchronizationMode
Package
Description
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of I_CmsXmlContentHandler.SynchronizationMode in org.opencms.xml.content
Fields in org.opencms.xml.content with type parameters of type I_CmsXmlContentHandler.SynchronizationModeModifier and TypeFieldDescriptionCmsDefaultXmlContentHandler.m_combinedSynchronizations
The cached map of combined synchronization information.CmsDefaultXmlContentHandler.m_synchronizations
The configured locale synchronization elements.Methods in org.opencms.xml.content that return I_CmsXmlContentHandler.SynchronizationModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.I_CmsXmlContentHandler.SynchronizationMode.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.SynchronizationModeModifier and TypeMethodDescriptionCmsSynchronizationSpec.asMap()
Gets an immutable map view of the synchronizations mode by xpath.Constructor parameters in org.opencms.xml.content with type arguments of type I_CmsXmlContentHandler.SynchronizationModeModifierConstructorDescriptionCreates a new instance based on a map of synchronization modes.