Class CmsSynchronizationSpec


  • public class CmsSynchronizationSpec
    extends java.lang.Object
    A class representing the value synchronization configuration from a schema (or set of schemas).
    • Constructor Detail

      • CmsSynchronizationSpec

        public CmsSynchronizationSpec​(java.util.LinkedHashMap<java.lang.String,​I_CmsXmlContentHandler.SynchronizationMode> synchMap)
        Creates a new instance based on a map of synchronization modes.

        Note the map given as argument is used as-is and not copied, so modifying it later may lead to problems.

        Parameters:
        synchMap - the map of synchronization modes
    • Method Detail

      • getSynchronizationPaths

        public java.util.Set<java.lang.String> getSynchronizationPaths()
        Gets the set of paths for which synchronization is turned on in this configuration.
        Returns:
        the set of synchronization paths