|
||||||||||
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. |
List<Label> |
getLabels()
Retrieve the labels that are associated with this object. |
boolean |
isFavourite(com.atlassian.user.User user)
Is this object marked as somebody's favourite? |
Method Detail |
---|
List<Label> getLabels()
int getLabelCount()
boolean isFavourite(com.atlassian.user.User 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |