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?
|
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)Copyright © 2003–2020 Atlassian. All rights reserved.