com.atlassian.jira.favourites
Interface Favourite

All Known Subinterfaces:
SharedEntity
All Known Implementing Classes:
IndexableSharedEntity, MockJqlSearchRequest, PortalPage, SearchRequest, SharedEntity.Identifier

@PublicApi
public interface Favourite

An entity that can be marked as favourite by users.

Since:
v3.13

Method Summary
 Long getFavouriteCount()
          The number of users who have marked this entity as one of their favourites.
 

Method Detail

getFavouriteCount

Long getFavouriteCount()
The number of users who have marked this entity as one of their favourites.

Returns:
long the user count


Copyright © 2002-2014 Atlassian. All Rights Reserved.