Interface MentionsConfiguration


  • @Role
    public interface MentionsConfiguration
    Gives access to the configuration settings of the mentions.
    Since:
    12.5RC1
    Version:
    $Id: 2cc8af5c713bc76eaca3080ce673ae26f0b6ccd9 $
    • Field Detail

      • USER_MENTION_TYPE

        static final String USER_MENTION_TYPE
        The type of the mentions to local users.

        This is also the default type when it is not defined.

        Since:
        12.10
        See Also:
        Constant Field Values
      • MENTION_TASK_ID

        @Unstable
        static final String MENTION_TASK_ID
        The identifier of the mention tasks.
        Since:
        14.1RC1
        See Also:
        Constant Field Values
    • Method Detail

      • getMentionsColor

        String getMentionsColor()
        Returns:
        the color for the mentions.
      • getSelfMentionsColor

        String getSelfMentionsColor()
        Returns:
        the color for the mentions to the current user.
      • isQuoteActivated

        boolean isQuoteActivated()
        Returns:
        true if the mentions quote feature is activated.