Modifier and Type | Method and Description |
---|---|
List<Labelling> |
AbstractLabelableEntityObject.getLabellings() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLabelableEntityObject.addLabelling(Labelling content) |
void |
AbstractLabelableEntityObject.removeLabelling(Labelling labelling) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLabelableEntityObject.setLabellings(List<Labelling> labellings) |
Modifier and Type | Method and Description |
---|---|
Labelling |
Labelling.copy() |
Labelling |
Labelling.copy(EditableLabelable labelable)
Copies the current Labelling, but providing it with a new EditableLabelable.
|
Modifier and Type | Method and Description |
---|---|
List<Labelling> |
CachingLabelManager.getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
List<Labelling> |
LabelManager.getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey)
Get the labellings that represent the favourite labellings for the given user on the given content.
|
List<Labelling> |
DefaultLabelManager.getFavouriteLabellingsByContentIds(Collection<ContentId> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
List<Labelling> |
EditableLabelable.getLabellings() |
Modifier and Type | Method and Description |
---|---|
void |
EditableLabelable.addLabelling(Labelling content) |
void |
EditableLabelable.removeLabelling(Labelling labelling) |
Modifier and Type | Method and Description |
---|---|
Labelling |
LabelDao.findLabellingByContentAndLabel(EditableLabelable content,
Label label) |
Labelling |
LabelDao.findLabellingById(long id) |
Modifier and Type | Method and Description |
---|---|
List<Labelling> |
LabelDao.getFavouriteLabellingsByContentIds(Collection<Long> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
Modifier and Type | Method and Description |
---|---|
Labelling |
HibernateLabelDao.findLabellingByContentAndLabel(EditableLabelable content,
Label label) |
Labelling |
HibernateLabelDao.findLabellingById(long id) |
Modifier and Type | Method and Description |
---|---|
List<Labelling> |
HibernateLabelDao.getFavouriteLabellingsByContentIds(Collection<Long> contentIds,
com.atlassian.sal.api.user.UserKey userKey) |
Modifier and Type | Method and Description |
---|---|
static List<Label> |
LabelUtil.extractLabelsFromLabellings(List<Labelling> labellings)
Simple utility method to extract the label instances from the given list of labelling instances.
|
Copyright © 2003–2017 Atlassian. All rights reserved.