Class ContentTag

    • Field Detail

      • TAG_STRING_SEPARATOR

        public static final String TAG_STRING_SEPARATOR
        String used to split a string of list of tags. Its a reserved word.
        Since:
        6.0.0
        See Also:
        Constant Field Values
    • Method Detail

      • getId

        public String getId()
        Returns the tag identifier.
        Returns:
        id, the tag identifier.
        Since:
        6.0.0
      • getName

        public String getName()
        Returns the tag name, as it was persisted at first time.
        Returns:
        name, the tag name.
        Since:
        6.0.0
      • getNormalizedName

        public String getNormalizedName()
        Returns the normalized tag name.
        The normalized tag name is the original tag name in lower case (using English locale) with white spaces replaced by '-'.

        For a given tag service instance, only one tag with a given normalized name is allowed.

        Returns:
        The normalized tag name.
        Since:
        9.0.0