public interface Labelable
Modifier and Type | Method and Description |
---|---|
int |
getLabelCount()
Get the number of labels that are associated with this object.
|
List<Label> |
getLabels()
Retrieve the labels that are associated with this object.
|
boolean |
isFavourite(ConfluenceUser user)
Is this object marked as somebody's favourite?
|
boolean |
isFavourite(com.atlassian.user.User user)
Deprecated.
since 5.2. Use
isFavourite(com.atlassian.confluence.user.ConfluenceUser) instead. |
List<Label> getLabels()
int getLabelCount()
boolean isFavourite(ConfluenceUser user)
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)@Deprecated boolean isFavourite(com.atlassian.user.User user)
isFavourite(com.atlassian.confluence.user.ConfluenceUser)
instead.Copyright © 2003–2017 Atlassian. All rights reserved.