|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Labelable
Interface for objects that can have labels applied to them.
Method Summary | |
---|---|
int |
getLabelCount()
Get the number of labels that are associated with this object. |
java.util.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. |
Method Detail |
---|
java.util.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |