Interface Labelable

    • Method Detail

      • getLabels

        List<Label> getLabels()
        Retrieve the labels that are associated with this object.
        Returns:
        a list of label instances.
      • getLabelCount

        int getLabelCount()
        Get the number of labels that are associated with this object.
        Returns:
        the number of labels associated with this object.
      • isFavourite

        boolean isFavourite​(ConfluenceUser user)
        Is this object marked as somebody's favourite?
        Parameters:
        user - the user who is being checked against. If user is null this method must always return false (anonymous users can not mark anything as a favourite, obviously)
        Returns:
        true if the labelable object is a 'favourite' of a given user, false otherwise
        Since:
        5.2