Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Category |
log
Deprecated.
since 5.5, use private logger
|
Constructor and Description |
---|
PermittedLabelView(Labelable original,
com.atlassian.user.User actingUser,
boolean hideSpecialLabels) |
Modifier and Type | Method and Description |
---|---|
Labelable |
getDelegate() |
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?
|
@Deprecated public static final org.apache.log4j.Category log
public PermittedLabelView(Labelable original, com.atlassian.user.User actingUser, boolean hideSpecialLabels)
public List<Label> getLabels()
Labelable
public int getLabelCount()
Labelable
getLabelCount
in interface Labelable
public boolean isFavourite(ConfluenceUser user)
Labelable
isFavourite
in interface Labelable
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)public Labelable getDelegate()
Copyright © 2003–2020 Atlassian. All rights reserved.