Class CmsADEConfigDataInternal.ConfigReferenceMeta

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PARAM_TEMPLATE
      The 'template' parameter.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigReferenceMeta()
      Creates a new, empty instance.
      ConfigReferenceMeta​(java.util.Map<java.lang.String,​java.lang.String[]> params)
      Creates a new instance from the parameters from a master configuration link.
    • Constructor Detail

      • ConfigReferenceMeta

        public ConfigReferenceMeta​(java.util.Map<java.lang.String,​java.lang.String[]> params)
        Creates a new instance from the parameters from a master configuration link.
        Parameters:
        params - the parameters for the metadata
    • Method Detail

      • getTemplate

        public java.lang.String getTemplate()
        Gets the template identifier.

        The template identifier should be one of the template context keys provided by a template provider.

        Returns:
        the template identifier
      • isSkipRemovals

        public boolean isSkipRemovals()
        Returns true if 'remove all' settings should be ignored in the referenced master configuration.
        Returns:
        if true, 'remove all' settings are ignored in the referenced master configuration
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()